フィルターのクリア

korean characters error in matlab 2016a for mac

1 回表示 (過去 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 Center および File ExchangeWorkspace 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