I am using Stata 12. I have encountered the following problems. I am importing a bunch of .csv files to Stata using the insheet
command. The datasets may conclude Russian, Croatian, Turkish, etc. I think they are encoded in "UTF-8". In .csv files, they are correct. After I imported them into Stata, the original strings are incorrect and become the strange characters. Would you please help me with that? Does Stat-Transfer can solve the problems? Does it support .csv format?
For example,
the original file is like:
My code is like: insheet using name.csv, c n save name.dta,replace
The result is like:
And I have tried to adjust the script in the fonts option, which does not work.