Cyrylic in Matlab .m file save and run issues
13 views (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
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 .
0 Comments
See Also
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!