[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re[2]: Support for Windows unicode paths
- From: Bulat Ziganshin <bulat.ziganshin@...>
- Date: Thu, 23 Jul 2009 17:34:58 +0400
Hello Alex,
Thursday, July 23, 2009, 5:20:27 PM, you wrote:
> UTF-8 is best for serialisation (writing text to disk, to socket
> etc.). For in-memory strings it makes a lot of algorithms harder.
> UCS-2 was a bad idea, but UTF-16 works perfectly well. UTF-32 is even
> better.
ucs-4 better because it's easier to use. utf-16 doesn't buy us
anything. utf-8 is really great since it provides easy migration path
from ascii
--
Best regards,
Bulat mailto:Bulat.Ziganshin@gmail.com
- References:
- Support for Windows unicode paths, Thomas Harning Jr.
- Re: Support for Windows unicode paths, Bulat Ziganshin
- Re: Support for Windows unicode paths, David Given
- Re: Support for Windows unicode paths, Thomas Harning Jr.
- Re: Support for Windows unicode paths, Jerome Vuarand
- Re: Support for Windows unicode paths, Joshua Jensen
- Re: Support for Windows unicode paths, Shmuel Zeigerman
- Re: Support for Windows unicode paths, Miles Bader
- Re: Support for Windows unicode paths, Joshua Jensen
- Re: Support for Windows unicode paths, Miles Bader
- Re: Support for Windows unicode paths, Alex Queiroz