How does Matlab Character encoding affect work?
显示 更早的评论
I had created a libraray block in 'Windows-1252'. When I tried to load it in a machine with character encoding 'US-ASCII', it showed this error(check the 'error image' at following path):
I changed my matlab character encoding to 'US-ASCII' and made the required changes, saved the changes and tried to load it again on the machine having 'US-ASCII' and 'Windows-1252'. It worked for both. Why was the error caused? Does it mean that it's not posssible to load a library created in 'Windows-1252' to a matlab with 'US-ASCII' character encoding?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!