Dear Statalists,
I am going to rename the below string variable such as:
As you can see, the stata does not recognize the non-English alphabet. So is there any way to solve this problem?
I am grateful for your valuable ideas.
Cheers,
Paris
I am going to rename the below string variable such as:
Code:
rename Canadá CA
rename Colômbia CO
Code:
* Example generated by -dataex-. For more info, type help dataex clear input str80 nationalities "Z�mbia" "Brasil" "Canad�" "Portugal" "Col�mbia" " �ndia"
I am grateful for your valuable ideas.
Cheers,
Paris

Comment