I am doing some web scraping of names into a dataframe
For a name such as "Tomá? Rosicky, I get a result "Tom???? Rosick??"
I tried
Encoding("Tom???? Rosick??") # with latin1 response
but was not sure where to go from there to get the original name with accents back. Played around with iconv without success
I would be satisfied (and might even prefer) an output of "Tomas Rosicky"
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…