[this is a continuation of the topic "Translate Stata-14 (utf8) do-file into Stata-13 (or earlier) do-file"]
Thanks to Friedrich Huebler new versions of rundo and rundoline scripts are available (see http://huebler.blogspot.ca/2008/04/stata.html) that allow to integrate external text editors with Stata.
However, in my environment (Windows 7, UltraEdit 22.10) they still do not work properly: Although it is no problem to properly edit do-files translated by unicode translate into utf8 coding in my external editor UltraEdit, when sending lines of code (using the rundolines program) or the do-file (using the rundo program) to Stata 14, umlauts (such as ü, ö, ä, ß) will not appear in utf8-coding in Stata. Instead, code such as
will appear as
in Stata.
Thanks to Friedrich Huebler new versions of rundo and rundoline scripts are available (see http://huebler.blogspot.ca/2008/04/stata.html) that allow to integrate external text editors with Stata.
However, in my environment (Windows 7, UltraEdit 22.10) they still do not work properly: Although it is no problem to properly edit do-files translated by unicode translate into utf8 coding in my external editor UltraEdit, when sending lines of code (using the rundolines program) or the do-file (using the rundo program) to Stata 14, umlauts (such as ü, ö, ä, ß) will not appear in utf8-coding in Stata. Instead, code such as
Code:
/* Using umlauts ö, ä, ü, ß: */
Code:
/* Using umlauts �, �, �, �: */
Comment