in reply to Re: Accent file names issue
in thread Accent file names issue

FWIW: MS likes to use UTF-16 for it's Unicode encoding, and, in general, perl does not compile against MS' "wide character" API. Using the Win32 family of modules may be useful here.

The other interesting caveat is normalization. MS enforces no normalization at all, while Apple has a proprietary normalization. See Unicode::Normalize::Mac

TJD

Replies are listed 'Best First'.
Re^3: Accent file names issue
by Anonymous Monk on Sep 20, 2017 at 20:08 UTC