[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: french character use



Philippe Delrieu wrote :
> Thanks for your answer but i am using Java. Does anybody knows if there
> is a Java API to endoce and decode UTF 8 ?

LDAPv3 use UTF8 for encoding international text as specified in relevant
RFCs.
Java has native unicode support, in fact Java also use UTF8 encoding in
classes like String, etc.. I don't know about 'char' type, but I guess
this is UTF16
But if you convert a String to a byte array, there is a convertion of
data (depending the default/specified locale)

Stephane