This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: [RFH] Trouble with mbsrtowcs and "\244" (Euro symbol)


Martin v. Loewis wrote:

>Jakub Jelinek <jakub@redhat.com> writes:
>
>>Err, why you cannot just:
>>
>>  assert( result4 == L"7.200.000.000,00 \x20ac");
>>    
>>
>I think it should be better \u20ac - but that might not be supported
>by GCC, yet.
>
Thanks.
It looks like gcc3.1 at least supports the ISO/IEC 10646 notation you 
suggest: the testcase I posted earlier runs ok with assert( result4 == 
L"7.200.000.000,00 \u20ac"); too.

Ciao,
Paolo.


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