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: [PATCH] utf-16 and utf-32 support in C and C++


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


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