Hello,
I am working with Stata 15 and have a data set with Vietnamese characters, which appear as empty boxes in the data editor section/diamonds with questions marks in the middle in the variable name/label section. Long story short, I tried to translate my data file to unicode, but what I did ended up replacing the missing Vietnamese characters with lots of random characters (for instance, the Greek my symbol, the copyright symbol, etc) and I have no idea why. I tried the following approach:
I then load and view the Household_12.dta file and see that the missing Vietnamese characters had been replaced with random characters. I delete the data set and re-download it so that I have the original version again. However, when I type
I get the following message:
Does anyone have any insights on how to fix these problems? Thank you so much!
I am working with Stata 15 and have a data set with Vietnamese characters, which appear as empty boxes in the data editor section/diamonds with questions marks in the middle in the variable name/label section. Long story short, I tried to translate my data file to unicode, but what I did ended up replacing the missing Vietnamese characters with lots of random characters (for instance, the Greek my symbol, the copyright symbol, etc) and I have no idea why. I tried the following approach:
Code:
unicode analyze Household_12.dta, redo unicode encoding set ibm-1258_P100-1997 unicode translate Household_12.dta, ignore(mark)
Code:
unicode analyze Household_12.dta
File summary (before starting):
1 file(s) specified
1 file(s) already translated in previous runs
0 file(s) to be examined ...
(nothing to do)
1 file(s) specified
1 file(s) already translated in previous runs
0 file(s) to be examined ...
(nothing to do)
Comment