MATLAB incorrectly recognizes UTF-8 Korean character
Mostrar comentarios más antiguos
I am using MATLAB R2015b on Windows 10. OS language is Korean.
I've put the followings in `startup.m`
feature('DefaultCharacterSet','UTF8');
feature('DefaultCharacterSet') % check
slCharacterEncoding('UTF-8');
slCharacterEncoding() % check
When MATLAB start, it says:
ans =
UTF-8
ans =
UTF-8
However, when I open a file coded with UTF-8, Korean characters are incorrectly displayed. On the left, the file is opened in Visual Studio Code, on the right, in MATLAB editor.

One thing is that,
import java.nio.charset.Charset
encoding = Charset.defaultCharset()
says
encoding =
x-windows-949
I think this is a root of the problem. Can I edit such configuration in Java for MATLAB?
1 comentario
N/A
el 30 de Abr. de 2016
Respuestas (1)
Vaibhav Awale
el 6 de Mayo de 2016
0 votos
Hi,
You can try changing your font preference to check if this issue gets resolved.
Hope this helps.
Regards,
Vaibhav
Categorías
Más información sobre Environment and Settings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!