--- Andrew Dunbar <[EMAIL PROTECTED]> wrote:
> 
> Also the size() method is now ambiguous.  Does it
> return the
> number of characters or the number of bytes? 
> Shouldn't we
> have two non-ambiguous methods in both the UT_String
> and
> UT_UCS2String?

I don't think so.  To me size() should return the
number of "entries" in the string.  And here, the type
of the "entries" are "char", or "wchar_t", or
whatever.  So size should return the number of
characters.

Cheers,

P.S.: If somebody has send me a personal email that
I've not replied in the latest week, please resend it
to this email adress.

--
Joaquin Cuenca Abela
[EMAIL PROTECTED]



__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to