From owner-freebsd-questions@FreeBSD.ORG Fri Jun 4 02:41:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A525516A4CE for ; Fri, 4 Jun 2004 02:41:49 -0700 (PDT) Received: from thunder.trej.net (as3-3-6.orby.s.bonet.se [217.215.33.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3269443D45 for ; Fri, 4 Jun 2004 02:41:48 -0700 (PDT) (envelope-from freebsd@dagerot.nu) Received: from mailgw.trej.net (localhost [127.0.0.1])i549fdv15239 for ; Fri, 4 Jun 2004 11:41:39 +0200 Message-Id: <200406040941.i549fdv15239@thunder.trej.net> Date: Fri, 04 Jun 2004 11:41:38 +0200 Content-Transfer-Encoding: 8bit From: Joachim Dagerot Content-Type: text/plain; charset=iso-8859-1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org User-Agent: IMHO/0.98.3t (Webmail for Roxen) 3j-MailScanner-Information: Please contact the ISP for more information 3j-MailScanner: Found to be clean Subject: Odd characters in filename X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2004 09:41:49 -0000 I unpacked a rar file and find myself standing with a lot of files with strange characters like accents etc. When I do tab for completion the characters 'escapes' to for example "\264" (backward slash). I tried to write a small rename method in java but neither the File.list() or by providing the filename in args[0] makes java understand these odd characters. How can I rename these files in a not too manual way?