[Bug java/14687] Incorrect UTF-8 byte->String conversion

tromey at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Mar 23 17:28:00 GMT 2004


------- Additional Comments From tromey at gcc dot gnu dot org  2004-03-23 17:28 -------
What is the sequence of bytes you feed in?

Our ASCII converter only handles bytes from 0x0 to 0x7f.
If you want to use bytes outside this range, you must
use the proper encoding.  I suspect this is why 8859-1
works for you.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14687



More information about the Java-prs mailing list