This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Handling numbers input/output in glibc


Behdad Esfahbod wrote:
> The comment in gen-unicode-ctype.c
> quotes the same part from C99 and this part:
>
>      5.2.1:
>         the 10 decimal digits 0 1 2 3 4 5 6 7 8 9
>
> But as I wrote in my original long mail, I think this is a
> misunderstanding.

There are two points which support Ulrich's and my interpretation of
C99 on this issue:
  - Clause 3 of 5.2.1 talks about the basic character set only,
    meaning that all decimal digits are elements of the basic character set
    and thus not "extended characters".
  - The word "digits" is in an italic font, and an italic font in this
    document usually means "here is a new term that is being defined".
    This is the term that is then referred to in section 7.25.2.1.5.

Bruno


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]