How to display Chinese character in edit text box in Matlab GUI?
Show older comments
i Have to display chinese characters from db were i am able to display it in matlab console

But in gui only junk characters is displayed i use
set(handles.edit1, 'String', mandarinTxtOut);%for display text in edittext

Accepted Answer
More Answers (1)
Anandakumar Selvaraj
on 27 Feb 2014
2 Comments
Lino Smaldo
on 22 Feb 2015
I tried to use the command
feature('DefaultCharacterSet', 'UTF8') %# for Chinese Character support
but it doesn't work, why? please help me
Avishai
on 24 Feb 2015
Me either. What should I do?
Categories
Find more on Characters and Strings 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!