Cyrylic in Matlab .m file save and run issues

16 views (last 30 days)
Ole
Ole on 2 Aug 2017
Edited: Ole on 2 Aug 2017
I am sure there should be a solution out there for using matlab with different alphabet that Latin.
When I run a script with Cyrillic strings from the command window, the code works fine.
When I try to run a script from the editor window the encoding is confused. When I save the .m file, and then open it the Cyrillic strings are lost and only ? characters appear. Also the gui displays ?? characters. The Windows is set for English settings if this matters.

Answers (1)

Walter Roberson
Walter Roberson on 2 Aug 2017
Unfortunately when your locale is set to English, MATLAB saves files as 8 bits rather than as UTF-8 .

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!