Re: utf-8 filenames in phar files.
Hi Dan,
On Fri, Feb 14, 2014 at 11:08 AM, Yasuo Ohgaki <[email protected]> wrote:
> On Fri, Feb 14, 2014 at 10:48 AM, Yasuo Ohgaki <[email protected]> wrote:
>
>> To handle normalization difference, you may apply NFC normalization
>> on OSX.
>>
>
> All you have to do is "detect OSX by #if during build" and "apply NFC
> normalization
> for Unicode filenames using ICU".
>
Or even simpler, NFC normalization doesn't destroy (To be exact, it could.
It does not
matter under normal circumstances) names, you can simply apply NFC always.
I suppose performance is not a issue here.
Regards,
--
Yasuo Ohgaki
[email protected]
Thread (24 messages)