From owner-freebsd-java@FreeBSD.ORG Sat May 17 06:25:32 2003 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 6967037B401 for ; Sat, 17 May 2003 06:25:32 -0700 (PDT) Received: from JRAF.org (m198.net195-132-85.noos.fr [195.132.85.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB9F43F3F for ; Sat, 17 May 2003 06:25:29 -0700 (PDT) (envelope-from BoD@JRAF.org) Received: from bureau (bureau.JRAF.org [10.0.0.2]) by JRAF.org (Postfix) with SMTP id 2F81B378D2 for ; Sat, 17 May 2003 15:27:02 +0200 (CEST) Message-ID: <000701c31c77$ca548ad0$0200000a@bureau> From: "BoD" To: References: <000501c31c12$cf8e89c0$0200000a@bureau> <3EC5A101.9070807@ucsd.edu> Date: Sat, 17 May 2003 15:25:31 +0200 Organization: BoD inc. MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: Encoding/accents problem X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: BoD List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2003 13:25:32 -0000 Eric Hedström wrote: > What do you get if you run one of the .class files that works (e.g. > compiled with /usr/local/jdk1.3.1/bin/javac) and run it with the > other VMs? It works fine when I do that. > You may also have to set your local environment to make sure it is set > to use ISO8859-1 or -15, to make sure the VMs don't default to 7-bit > US-ASCII. > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/using-localization .html Well thank you very much! I've set the right env.vars and now everythings works as expected :) Now, may I ask what would you suggest has better performances between the linux sun jdk and the linux blackdown jdk? Thank you very much, BoD