This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] utf-16 and utf-32 support in C and C++
- From: Paul Koning <Paul_Koning at dell dot com>
- To: kris dot van dot hees at oracle dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 13 Mar 2008 15:46:06 -0400
- Subject: Re: [PATCH] utf-16 and utf-32 support in C and C++
- References: <20080313193208.GE19427@oracle.com>
Is the u"foo" and U"foo" notation a standard? Other modifiers on
literals (like 1L or 42U) are case insensitive. I wonder if it
wouldn't be better for that to be true here as well. Perhaps the
modifiers could be U"foo" and UL"foo" ?
paul