Borrar filtros
Borrar filtros

Matlab 2013a cannot display Chinese char

5 visualizaciones (últimos 30 días)
mingming wang
mingming wang el 11 de Abr. de 2013
Respondida: Anandakumar Selvaraj el 27 de Feb. de 2014
I am using windows 7 64bit with SP1, English edition. Non-unicode setting already set to Chinese(RPC). If I create a txt file, I can input Chinese char and display correctly.
However, In Matlab 2013a, I set font to "Segoe UI". If I input Chinese char, it display as square, which mean matlab cannot show chinese char.
I did not meet this issue in 2012b at least.

Respuestas (1)

Anandakumar Selvaraj
Anandakumar Selvaraj el 27 de Feb. de 2014
Try this in your code
feature('DefaultCharacterSet', 'UTF8') %# for Chinese Character support
Note:- that UTF-8 can be used for all languages and is the recommended charset on the Internet.

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by