I see now there is a recent answer saying as of R2020a, the MATLAB Editor will default to saving new files using UTF-8. So I guess it is not possible before this.
Special characters in m-file comments are being removed/replaced
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I've noticed that special charactes such as 'Γ' and '│' that I sometimes use in comments in m-files are being removed:
% Compute Pr(Γ(k)│Y(k))
After saving, closing and re-opening the file it becomes:
% Compute Pr?(?(k)?Y(k))
According to my file system, the saved file is
charset=us-ascii
Is there any support for other character encodings (e.g. UTF-8) in the code editor?
4 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Environment and Settings in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!