From owner-freebsd-questions@FreeBSD.ORG Mon Jun 23 13:30:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2ACBC106566B for ; Mon, 23 Jun 2008 13:30:02 +0000 (UTC) (envelope-from paul@ifdnrg.com) Received: from mx.ifdnrg.com (mx.ifdnrg.com [193.200.98.30]) by mx1.freebsd.org (Postfix) with ESMTP id BC8BE8FC14 for ; Mon, 23 Jun 2008 13:30:01 +0000 (UTC) (envelope-from paul@ifdnrg.com) X-Authenticated-Sender: œYES Received: from [192.168.1.118] (87-194-184-71.bethere.co.uk [87.194.184.71]) (authenticated bits=0) by mx.ifdnrg.com (8.13.8/8.13.8) with ESMTP id m5NDDSwc050553 for ; Mon, 23 Jun 2008 14:13:28 +0100 (BST) (envelope-from paul@ifdnrg.com) Message-ID: <485FA16A.9020403@ifdnrg.com> Date: Mon, 23 Jun 2008 14:13:14 +0100 From: Paul Macdonald User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.93.1/7538/Mon Jun 23 12:26:48 2008 on mx.ifdnrg.com X-Virus-Status: Clean X-Spam-Status: No, score=-11.9 required=6.0 tests=AWL,BAYES_00,RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mx.ifdnrg.com Subject: FreeBSD + Unicode filenames X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2008 13:30:02 -0000 Hi, Can someone please point me in the right direction regarding handling unicode characters in filenames on freeBSD. I have an rsync backup script running from a linux server which hosts many files with european accented characters. The script bombs out on encountering these files, and as i understand it this isn't an rsync issue but presumably one of the filesystem being able to handle filenames containing these characters. I've read a bit online re unicode terminals, handling unicode text in files, but i really just need to be able to have unicode filenames.. The systems are a mix of 6.2 and 7.0, but a fix under 6.2 would be most helpful.. thanks Paul.