From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10296 invoked by alias); 17 Apr 2005 12:43:39 -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 10280 invoked by uid 48); 17 Apr 2005 12:43:39 -0000 Date: Sun, 17 Apr 2005 12:43:00 -0000 Message-ID: <20050417124339.10277.qmail@sourceware.org> From: "gruni dot ca at gmail dot com" To: java-prs@gcc.gnu.org In-Reply-To: <20050417124104.21068.gruni.ca@gmail.com> References: <20050417124104.21068.gruni.ca@gmail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/21068] String(strBytes, "UTF-16LE"); thorws java.io.UnsupportedEncodingException X-Bugzilla-Reason: CC X-SW-Source: 2005-q2/txt/msg00161.txt.bz2 List-Id: ------- Additional Comments From gruni dot ca at gmail dot com 2005-04-17 12:43 ------- Created an attachment (id=8665) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8665&action=view) Tests the String(strBytes, "UTF-16LE"); which shouldn't return an Exception This is the testcase which runs without Exception in JDK but throws the UnsupportedEncodingException when compiled with GCJ. My system was WinXP with GCJ 4.0 from thisiscool.com Hope someone can verify this bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21068