Hi
The unicode feature in stata 14 is very nice feature!
However, for those of us that need to share a data file with a user of Stata 13 or earlier, we need a simple way of doing so!!
If one tries to use the command "saveold" Stata 14 warns us that, for example, "variables labels contains unicode and thus may not display well in Stata 13"
Is there an easy way of removing unicode from variable labels or translating the to extended ascii so as to facilitate our data sharing experience?
The manual mentions that "Before you use saveold, you can convert your string variables from the UTF-8 encoding to an extended ASCII encoding by using ustrto()". However it will be useful to have a process that is a bit more automatic.
Thanks for the feedback!
Javier
The unicode feature in stata 14 is very nice feature!
However, for those of us that need to share a data file with a user of Stata 13 or earlier, we need a simple way of doing so!!
If one tries to use the command "saveold" Stata 14 warns us that, for example, "variables labels contains unicode and thus may not display well in Stata 13"
Is there an easy way of removing unicode from variable labels or translating the to extended ascii so as to facilitate our data sharing experience?
The manual mentions that "Before you use saveold, you can convert your string variables from the UTF-8 encoding to an extended ASCII encoding by using ustrto()". However it will be useful to have a process that is a bit more automatic.
Thanks for the feedback!
Javier
Comment