Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
My character encoding changes when I call a function from a guide
조회 수: 7 (최근 30일)
이전 댓글 표시
I am running a command that displays a message box from a user interface GUIDE. The problem is that when I run it from the command window it is display perfectly in its correct encoding format 'UTF-8'. But when it is run from Guide it displays it in another one.

h=msgbox('Por favor espere. Iniciando conexión','Instructions','modal');
cd('C:\Users\z_tja\OneDrive\LEGO MYO')

I set the default character encoding to UTF-8,
feature('DefaultCharacterSet','UTF8')
but it sometimes change again to ASCII.
currentCharacterEncoding = slCharacterEncoding()
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!