From owner-freebsd-java@FreeBSD.ORG Fri Mar 18 15:43:42 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 239DF16A4CE for ; Fri, 18 Mar 2005 15:43:42 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CB8943D2F for ; Fri, 18 Mar 2005 15:43:41 +0000 (GMT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 1317C4AE53 for ; Fri, 18 Mar 2005 16:43:40 +0100 (CET) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 73397-03-7 for ; Fri, 18 Mar 2005 16:43:39 +0100 (CET) Received: from [192.168.1.188] (81.milagro.bahnhof.net [195.178.168.81]) by melon.pingpong.net (Postfix) with ESMTP id E195F4AE35 for ; Fri, 18 Mar 2005 16:43:39 +0100 (CET) Date: Fri, 18 Mar 2005 16:43:39 +0100 From: Palle Girgensohn To: java@freebsd.org Message-ID: X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at pingpong.net Subject: jikes -encoding UTF-8 makes jikes hang X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 15:43:42 -0000 Hi! I want to run jikes in a unicode environment, so I try setting -encoding UTF-8. Jikes is built with iconv (from the port) and iconv works well, but jikes just hangs forever if I try the -encoding option with UTF-8. When I set -encoding ISO8859-1, it complains about "Charset conversion error at offset 149: Illegal byte sequence", which makes it even more odd. Any ideas? Palle