Robert Elz <[email protected]> wrote:

> would be easy, but you say it alao has to look for
>
>       (c) [[:latindigs:]]+
>       (c) [[:vdigits:]]+
>
> (and how many more)?   This is actualy kind of important, as
>
>       (c) MMXVI
>
> type strings are not uncommon in certain environments (can't recall
> ever seeing one written in Venusian though...)

We discussed whether

        \u4e00 \u4e8c \u4e09

should be a valid number made of [[:digit:]] in a japanese locale, 
but it seems to be not a good idea.

If we did this, any program that deals with digits would not only need to know 
the rules for the indian (frequently called arabic) numbers but also the rules 
for other schemes.

Jörg

-- 
 EMail:[email protected]                    (home) Jörg Schilling D-13353 Berlin
    [email protected] (work) Blog: http://schily.blogspot.com/
 URL: http://cdrecord.org/private/ http://sf.net/projects/schilytools/files/'

Reply via email to