From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18309 invoked by alias); 23 Mar 2004 17:28:53 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 18283 invoked by uid 48); 23 Mar 2004 17:28:52 -0000 Date: Tue, 23 Mar 2004 17:28:00 -0000 Message-ID: <20040323172852.18282.qmail@sources.redhat.com> From: "tromey at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20040323044412.14687.joeclark@iastate.edu> References: <20040323044412.14687.joeclark@iastate.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/14687] Incorrect UTF-8 byte->String conversion X-Bugzilla-Reason: CC X-SW-Source: 2004-q1/txt/msg00013.txt.bz2 List-Id: ------- 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