Why french accents are not represented correctly after Matlab2011b?

48 Views Asked by At

I am mantaining a piece of software developed on Matlab R2011b which uses several languages, french among them.

I am now compiling the code on Matlab R2022 and the non ASCII characters are represented either as or some other strange symbol.

However this does not happen when I run the code directly from the Matlab IDE, only running the executabl.

Menu after compiling:

Menu after compiling

Menu when running the code from the IDE:

Menu when running the code from the IDE

When I run feature('DefaultCharacterSet') on my command bar it says 'UTF-8', but I', not sure if that is relevant. I tried running some variations of this command, but it had no effect.

0

There are 0 best solutions below