From owner-freebsd-java@FreeBSD.ORG Thu Feb 24 09:55:36 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 9AB7416A4CE for ; Thu, 24 Feb 2005 09:55:36 +0000 (GMT) Received: from natpreptil.rzone.de (natpreptil.rzone.de [81.169.145.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B0143D2F for ; Thu, 24 Feb 2005 09:55:35 +0000 (GMT) (envelope-from bugReporter@ib-haakh.de) Received: from abaton.Haakh.de (p5487A45F.dip.t-dialin.net [84.135.164.95]) by post.webmailer.de (8.13.1/8.13.1) with ESMTP id j1O9tXbQ001881 for ; Thu, 24 Feb 2005 10:55:33 +0100 (MET) Received: from [192.168.63.14] (TeeVee.Haakh.de [192.168.63.14]) by abaton.Haakh.de (8.13.3/8.13.1) with ESMTP id j1O9tWuB060424 for ; Thu, 24 Feb 2005 10:55:33 +0100 (CET) (envelope-from bugReporter@ib-haakh.de) Message-ID: <421DA494.9090203@ib-haakh.de> Date: Thu, 24 Feb 2005 10:55:32 +0100 From: Andreas Haakh User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.8a5) Gecko/20041228 X-Accept-Language: de-de, en-us, en MIME-Version: 1.0 To: freebsd-java@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Bug using locale 'LANG=de_DE.ISO8859-15' 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: Thu, 24 Feb 2005 09:55:36 -0000 I'm getting strange charachter display (a square) when entering a comma in JTextField Java-Version: jdk1.4.2 Environment: Lang=de_DE.ISO8859-15 FreeBSD: 5.3-STABLE #1: Sun Feb 13 22:09:34 CET 2005 If I enter a decimal number in a JTextField, the comma from the keypad is displayed as a square. There is no problem using the comma from the normal text-block. Once I exit the JTextField the display changes and the number appears correctly as nnn,m. Any clues?? Andreas Haakh P.S.: Please reply by email - I did not subscribe to freebsd-java