Wide characters
Doug Gwyn
gwyn at smoke.BRL.MIL
Fri Mar 3 20:27:44 AEST 1989
In article <949 at jhunix.HCF.JHU.EDU> c08_d103 at jhunix.UUCP (Ex-God) writes:
-I have a question about wide character constants. If my system has
-some way to input wide characters, and I put a wide character inside
-single quotes without the L prefix, is the compiler supposed to figure
-out that it's a wide character constant?
No, if you want a multibyte character constant or multibyte string
literal, you MUST specify the L prefix.
More information about the Comp.lang.c
mailing list