On Jun 2, 2014, at 2:00 AM, Jun T. wrote: > There is a patch by a Japanese user which simply converts > file names obtained by readder() into the composed form ("NFC"): > https://gist.github.com/waltarix/1403346 > The patch in this gist is against zsh-5.0.0 (I guess). > I attached the same patch against the current git master below > (I added defined(__APPLE__) to the #if condition). > We may use this to see what kind of problem may appear by this simple > approach. > > Kwon Yeolhyun, can you test this patch ? Hm… On my system(Mac OS X 10.9.3, Xcode 5.1.1), it seems that iconv doesn’t support 'UTF-8-MAC.’ I’m going to try ICU library. Is it ok with zsh?