adamesky 发表于 2015-7-30 14:16 
这个问题我自己已经解决。关键是要设对需要转换文件的原始编码类型。例如,如果原始数据中变量标签为中文, ...
unicode analyze zd_2009.dta
no; data in memory would be lost
unicode syntax is
unicode analyze filespec
unicode encoding set encoding
unicode translate filespec [, ...]
unicode retranslate filespec [, ...]
unicode restore filespec [, ...]
analyze and [re]translate can handle Stata datasets as well as text files such as do-files,
ado-files, help files, etc.
There must be no data in memory. See help unicode.
请问输入代码是这样是怎么回事