Cyrylic in Matlab .m file save and run issues
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Walter Roberson
le 2 Août 2017
Unfortunately when your locale is set to English, MATLAB saves files as 8 bits rather than as UTF-8 .
0 commentaires
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!