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 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!