Getting some unknown characters like blank squares in my MATLAB files .
8 次查看(过去 30 天)
显示 更早的评论
I'm currently engaged in a project that necessitates the inclusion of multilingual characters, such as Chinese or French, within my MATLAB code for comments and other purposes.
Previously, I was utilizing MATLAB 2022b without any issues. However, after upgrading to MATLAB 2023a, I've encountered difficulties incorporating these characters.
Whenever I attempt to include Chinese or French characters, I find that blank squares or question marks are rendered within the MATLAB file instead of the intended characters. I suspect that this issue might be attributable to the update.
Could someone kindly offer assistance or guidance on resolving this matter? Any insights or suggestions would be greatly appreciated.
2 个评论
采纳的回答
Pavan Sahith
2024-4-18
Hello Ramachandra,
It appears that MATLAB is not identifying French or Chinese characters correctly and question marks or boxes are appearing instead, it could be due to the incorrect encoding being used. To get a better understanding of the current locale settings in MATLAB, you can use the command:
feature('locale')
Generally, setting the encoding to 'UTF-8' should solve this issue. For that you can try the following steps:
- In MATLAB, Use "Save As" to save the file.
- The saving box that comes up will have a menu that allows you to select the format of the file to save as.
- Make sure that UTF-8 is selected and not "all .m files".
You can also refer to the following link to change the encoding to UTF-8
Hope the above information helps.
更多回答(1 个)
cui,xingxing
2024-4-18
编辑:cui,xingxing
2024-4-27
Save the file that was displayed correctly in R2022b as a new file, note that the type is "utf-8", and then it should be displayed correctly in later versions.
-------------------------Off-topic interlude-------------------------------
I am currently looking for a job in the field of CV algorithm development, based in Shenzhen, Guangdong, China. I would be very grateful if anyone is willing to offer me a job or make a recommendation. My preliminary resume can be found at: https://cuixing158.github.io/about/ . Thank you!
3 个评论
cui,xingxing
2024-4-18
编辑:cui,xingxing
2024-4-18
Alternatively, what if you save the file as "utf-8" in R2023a?
Reference:
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Install Products 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!