Ok, I see.
As unicode has so many code numbers, with Stata 14 I'd try for problems like the one stated by Eric in #1 to use the code of my post #10 with alterations:
- uchar instead of char
- And, as a try, forvalues i=1(1)1000 to see if the characters I want to replace are there.
So, in Stata 14 there is no str() function any more, to capture the character codes of the actual code page?
As unicode has so many code numbers, with Stata 14 I'd try for problems like the one stated by Eric in #1 to use the code of my post #10 with alterations:
- uchar instead of char
- And, as a try, forvalues i=1(1)1000 to see if the characters I want to replace are there.
So, in Stata 14 there is no str() function any more, to capture the character codes of the actual code page?
Comment