0

Imported a bunch of CSV and one of the columns has what i think are Unicode chars.

something like:

PEÃ<U+0083>â<U+0080><U+0098>A
SOPEÃ<U+0083>â<U+0080><U+0098>A

Not in all rows, just some, but I've tried to convert to "human readable" chars but to no avail.

Tested this solution from SO but no success so far: unicode characters conversion in R

and this brute substitution didn't worked

 gsub('Ã<U+0083>â<U+0080><U+0098>', 'Ñ', 'PEÃ<U+0083>â<U+0080><U+0098>A')

[1] "Ã<U+0083>â<U+0080><U+0098>"
Forge
  • 1,587
  • 1
  • 15
  • 36

0 Answers0