The model contains characters that cannot be encoded with the model's character encoding 'windows-1256'
7 views (last 30 days)
Show older comments
Matlab 2009a, when saving a simulink file, even an empty file the follow message shows:-
The model 'untitled' contains characters that cannot be encoded with the model's character encoding 'windows-1256' Either
1) Change the character encoding setting of the model, by using:
set_param('untitled','SavedCharacterEncoding','windows-1256',or
2) identify the characters that cannot be encoded and remove them from the model, the first unsupporster character occurs on line 23, bye offsett 15 in the file...untitled.err
3 Comments
Walter Roberson
on 18 Oct 2016
This may sound odd, but exactly what Username are you using for your account?
It looks to me that if your username was not representable in the character set that you have active, windows-1256, that you could run into that error message when you attempted to save any .mdl file.
Answers (0)
See Also
Categories
Find more on Simulink Environment Customization 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!