This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]