chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] UTF-8 support in eggs


From: Yaroslav Tsarko
Subject: Re: [Chicken-users] UTF-8 support in eggs
Date: Wed, 09 Jul 2014 08:34:52 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0


On 09.07.2014 02:15, Oleg Kolosov wrote:

IMO just enable utf8 by default and let them break. Is it's not 80's
anymore, latin1 only software should die.
+ 1.
For specific use cases (backward compatibility, logging or minimizing
runtime size for example) it should be possible to disable multi-byte
encoding handling (i.e. current behaviour) by using compilation option
or a feature declaration.
+1 again. Let`s remember Python 2.x vs Python 3.x with all that buzz regarding Unicode support and
how one should tackle with that depending on Python version.

IMHO should we implement UTF-8 in the core and make it a build option (to disable in cases where it is really, really not required) will give us totally transparent support for Unicode to end
users and eggs and eliminate many problems with string processing.

--
Thanks,
Yaroslav




reply via email to

[Prev in Thread] Current Thread [Next in Thread]