RE: string vs. char [was Re: Java and Unicode]

From: Marco Cimarosti (marco.cimarosti@europe.com)
Date: Fri Nov 17 2000 - 05:45:38 EST


Ooops!

In my previous message, I wrote:

> wchar_t * _wcschr_32(const wint_t * s, wchar_t c);
> wchar_t * _wcsrchr_32(const wint_t * s, wchar_t c);

What I actually wanted to write is:

wchar_t * _wcschr_32(const wchar_t * s, wint_t c);
wchar_t * _wcsrchr_32(const wchar_t * s, wint_t c);

Sorry if this puzzled you.

_ Marco

______________________________________________
La mia e-mail è ora: My e-mail is now:
>>> marco.cimarostiªeurope.com <<<
(Cambiare "ª" in "@") (Change "ª" to "@")
     

______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup



This archive was generated by hypermail 2.1.2 : Tue Jul 10 2001 - 17:21:15 EDT