Use the wctype builtins functions

Ian Lance Taylor iant@google.com
Fri Mar 5 15:39:00 GMT 2010


Dave Korn <dave.korn.cygwin@googlemail.com> writes:

>   I think you'll probably have to use plain old iswalpha.  Looking at opts.c,
> I'm guessing you're trying to extend the help string format to allow unicode?

Note that it may be OK to use iswalpha strictly on command line
options, but using it anywhere else gets you into a set of issues
around -finput-charset and -fexec-charset.

Ian



More information about the Gcc mailing list