Reputation: 91
Is it possible to convert non Latin Characters, specifically Chinese characters, to Latin characters? I have been reading about the iconv function but I have failed to convert. A simple example is if I want to convert this line to a latin character,
h <- "性别,出生日期"
how would I do it?
Upvotes: 0
Views: 832