From owner-freebsd-java@FreeBSD.ORG Fri Aug 22 02:29:51 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 F26F016A4BF for ; Fri, 22 Aug 2003 02:29:50 -0700 (PDT) Received: from smtp0.euronet.nl (smtp0.euronet.nl [194.134.35.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75B2543F75 for ; Fri, 22 Aug 2003 02:29:50 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by smtp0.euronet.nl (Postfix) with ESMTP id 4425C248B3; Fri, 22 Aug 2003 11:29:48 +0200 (MEST) From: Ernst de Haan To: java@FreeBSD.org Date: Fri, 22 Aug 2003 11:29:49 +0200 User-Agent: KMail/1.5.2 X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308221129.49627.znerd@FreeBSD.org> cc: Peter Troon Subject: OT: Special letter chars 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, 22 Aug 2003 09:29:51 -0000 Hi freebsd-java, Off-topic question: I'd like to convert all Unicode special letter characters to a normal US-ASCII letter char. Do you know any utility classes that do that? For example, I'd like this function to convert the Unicode for e-umlaut to an 'e'... Any hints would be appreciated. Ernst