From owner-freebsd-fs@FreeBSD.ORG Tue Aug 25 20:30:15 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CD841065691 for ; Tue, 25 Aug 2009 20:30:15 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4B1948FC28 for ; Tue, 25 Aug 2009 20:30:15 +0000 (UTC) Received: from eagle.syrec.org (c-24-6-221-126.hsd1.ca.comcast.net [24.6.221.126]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id n7PK7rEj021969 for ; Tue, 25 Aug 2009 13:07:53 -0700 (PDT) Message-ID: <4A944498.8030203@rawbw.com> Date: Tue, 25 Aug 2009 13:07:52 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.22 (X11/20090724) MIME-Version: 1.0 To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Is it possible to add this patch to FreeBSD-8.0? (kern/133174: [msdosfs] [patch] msdosfs must support utf-encoded international characters in file names) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2009 20:30:15 -0000 This PR is pending for a while: http://www.freebsd.org/cgi/query-pr.cgi?pr=133174 I tested the patch many times and never found any problems. Mandarin file names all look good. Is there a way to check this patch into 8.0? I mount disks with the option -L=zh_TW.UTF-8. Not sure if the first part (zh_TW) really matters. ru_RU.UTF-8 works with Chinese file names the same way. I guess it should be just -L=UTF-8 but this makes mount_msdosfs to fail with some strange error message. It's very important to have FreeBSD understand international file names in msdosfs since this will make it's use easier for non-English users. Please let me know what you think. Thank you, Yuri