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 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Environment and Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!