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 次查看(过去 30 天)
显示 更早的评论
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?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!