korean characters error in matlab 2016a for mac

조회 수: 4 (최근 30일)
Mink-Kyu Baek
Mink-Kyu Baek 2016년 7월 6일
답변: Walter Roberson 2016년 7월 6일
now I'm using OSX 10.11.5 el capitan.
I can not execute m files in korean character folder. it pop up error message.
korean folder name is "공개" but as you can see, that is "ㄱㅗㅇㄱㅐ".
and error message says "can not find m-file in current folder."
how do i solve this problem???

답변 (1개)

Walter Roberson
Walter Roberson 2016년 7월 6일
OS-X has some weird internal rules about Unicode. The Unicode file name that is input is always "normalized" to create the name that will be used in the file system. See https://en.wikipedia.org/wiki/Unicode_equivalence . I do not recall at the moment whether OS-X uses "fully composed" or "fully decomposed". Ah, checking I see it needs the decomposed form; see http://apple.stackexchange.com/questions/83935/unicode-normalization-for-filenames-and-copied-text-from-pdfs
Needless to say, there is the potential for problems when this occurs.

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT-Files에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by