This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Universal Character Names, v2


Keld Jørn Simonsen <keld@dkuug.dk> writes:

> You may actually also use the ISO/IEC TR 14652, which implements the
> TR 10176 list of characters for identifiers in a POSIX-like locale
> format. This format is actually the one that is used in glibc,
> and the classes alpha and digit in the 14652 standard locale "i18n"
> are a specification of the TR 10176 recommendations. So you could use
> that locale for the compilation, and use iswalpha() and iswdigit()
> for testing of valid characters in identifiers.

Wouldn't that require that glibc is installed on the system?

Regards,
Martin


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