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: Mario Domenech Goulart
Subject: Re: [Chicken-users] UTF-8 support in eggs
Date: Tue, 08 Jul 2014 12:40:00 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi,

On Tue, 08 Jul 2014 08:57:43 +0400 Yaroslav Tsarko <address@hidden> wrote:

> Why don`t just add (use utf8) line explicitly to all the eggs that
> handle strings? That will ultimately fix the problem and will clearly
> indicate that egg performs string manipulations and is capable of
> handling UTF-8 encoding.  Or am I missing something?

That'd be an option.  In my opinion, it would probably make things
slightly better, since ASCII characters can be represented by UTF-8 in a
single byte.

On the other hand, we risk breaking eggs that operate on latin1 text.
UTF-8 support may also affect performance-sensitive code.

Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

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