How can I save unicode characters in m-files and display them in figures using m-files?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Unicode characters (Hebrew letters, in my case) are not saved in m-files. After saving and re-opening the file I see blocks instead of the unicode characters. Also, when I try to display unicode characters in a figure, I get blocks; however, command line works fine and also displaying unicode characters that were read from a file. I tried to apply the solution given here, but this did not solve the problem and displayed garbage. Any solution?
3 commentaires
Walter Roberson
le 11 Oct 2020
R2020a does not need the lcdata_utf8 trick. It now stores .m files as utf-8 so code can contain them directly.
To display unicode inside a figure, the Interpreter for the text data must be 'none' or 'tex'; you cannot display arbitrary unicode characters when the Interpreter is 'latex'
Réponse acceptée
Ron Chen
le 4 Nov 2018
1 commentaire
Andrey Kazak
le 13 Mai 2019
The fix does not work on 2018b for Windows.
Please suggest a workaround.
Thank you.
Plus de réponses (1)
Walter Roberson
le 1 Nov 2018
By default, only the Korean, Japanese, and Chinese versions store source code in utf8 as is needed to store such characters directly in the file. For all other regions, you have to tweak MATLAB in a system dependant manner.
Voir également
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!