gnu.gcj.convert.UnicodeToBytes and gnu.gcj.convert.Output_UnicodeLittle
Andreas Grunewald
gruni.ca@gmail.com
Wed Apr 20 12:14:00 GMT 2005
Ok so after I had such big problems with the not working UTF-16LE
support see my last Email with the Topic "String(strBytes,
"UTF-16LE"); thorws java.io.UnsupportedEncodingException" I came to
the conclusion that it might the simplest to just write the class if
it couldn't be found.
And it actually worked the class I wrote is detected and used, I just
don't know what the class needs to do, because I don't have the API
doc for either gnu.gcj.convert.UnicodeToBytes or
gnu.gcj.convert.Output_UnicodeLittle so can anyone tell me where I can
get it ?
And maybe does anyone know if there is a pure java version of
gnu.gcj.convert.Output_UnicodeLittle which would make life a lot
easier for me.
Regards,
Andreas
More information about the Java
mailing list