[g++ 4.4] Unicode string literal support?
Andrew Pinski
pinskia@gmail.com
Sun Oct 11 17:58:00 GMT 2009
On Sun, Oct 11, 2009 at 10:36 AM, Paolo Carlini
<paolo.carlini@oracle.com> wrote:
> Hi again,
>> To my best knowledge the feature is not implemented at all, thus a bug
>> in the C++0x Support page.
> Following up to my previous message, I figured out a probable reason for
> the mistake: actually we *do* have a patch implementing the feature,
> which however has not been applied yet to mainline, see the threads:
>
> http://gcc.gnu.org/ml/gcc-patches/2009-04/msg01099.html
> http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00158.html
>
> At this point however, it's safe to say that the feature isn't available
> in 4.4, I committed the below.
That is about Raw strings. u and U support is there, u8 is not there
yet. So we don't fully support this N.
-- Pinski
More information about the Gcc
mailing list