guile-devel
[Top][All Lists]
Advanced

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

Re: SRFI-14 and locale settings


From: Neil Jerram
Subject: Re: SRFI-14 and locale settings
Date: Tue, 12 Sep 2006 19:17:31 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> According to SRFI-14, a Latin-1 implementation should contain _both_ `ñ'
> and `ê' in `char-set:letter', regardless of the current language
> settings, hence the difficulty we might have building `char-set:letter'.
>
> Does that clarify things?

Yes.  So it seems to me, therefore, that we should not be using
isalpha() etc. to construct char-set:letter, but should instead hard
code it as the intersection of (char-set:letter as specified by SRFI
14) with (the set of characters that Guile can represent).

Would that work?

Regards,
     Neil





reply via email to

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