Please use the build-in transformation command with Stata 14 to transform the data to Stata 14 format before using the data with Stata 14, take the child.dta as an example:
代码: 全选
cd DataPath // replace DataPath with yours
unicode encoding set "gb18030"
unicode translate child.dta, invalid(ignore)
And note that, there is fundamental difference in treating non-ASCII characters between Stata 14 and earlier versions.