Hi
Does anyone know which character encoding is used in Stata text log files?
When I test a log file I get:
So apparently it is a mix of ascii and utf8. I would like to use -unicode translate- on my log file to make it all utf8 but then I need the original character encoding to do so.
Or is it already utf8?
Does anyone know which character encoding is used in Stata text log files?
When I test a log file I get:
Code:
. unicode analyze mylog.log
File summary (before starting):
1 file(s) specified
1 file(s) to be examined ...
File mylog.log (text file)
399 lines in file
395 lines ASCII
4 lines UTF-8
File does not need translation, except ...
The file appears to be UTF-8 already.
Sometimes files that still need translating can look like UTF-8.
See lines 186, 385, 386, and 387.
A total of 4 lines out of 399 appear to be UTF8.
Or is it already utf8?

Comment