Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932410AbXBSRcM (ORCPT ); Mon, 19 Feb 2007 12:32:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932418AbXBSRcM (ORCPT ); Mon, 19 Feb 2007 12:32:12 -0500 Received: from mail.parknet.jp ([210.171.160.80]:1567 "EHLO parknet.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932410AbXBSRcL (ORCPT ); Mon, 19 Feb 2007 12:32:11 -0500 X-AuthUser: hirofumi@parknet.jp To: Pierre Ossman Cc: LKML Subject: Re: Racy NLS behaviour in FAT (and possible other fs) References: <45D9C80A.2030905@drzeus.cx> <87tzxim6ic.fsf@duaron.myhome.or.jp> <45D9D848.4010608@drzeus.cx> From: OGAWA Hirofumi Date: Tue, 20 Feb 2007 02:32:03 +0900 In-Reply-To: <45D9D848.4010608@drzeus.cx> (Pierre Ossman's message of "Mon\, 19 Feb 2007 18\:03\:04 +0100") Message-ID: <87ps86m4to.fsf@duaron.myhome.or.jp> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1038 Lines: 25 Pierre Ossman writes: > OGAWA Hirofumi wrote: >>> I'm experiencing a rather odd behaviour with the character set >>> conversion. If I mount a vfat fs with utf8 and then create a file >>> with invalid utf-8 sequences, the file will briefly exist with these >>> invalid sequences, then quickly convert to a stripped version. >> >> Yes. utf8 support is broken, and it will fail to convert letter case >> on many case. And it's why that is not recommended. > > Is there any ongoing work to fix this? UTF-8 is standard on more or less > every distribution these days. Yes. But sorry, I don't have any plan and time to fix it now. If you are using "iocharset=utf8" now, "codepage=cp???,iocharset=xxx,utf8" might help a bit. -- OGAWA Hirofumi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/