Return-Path: Received: from imap.thunk.org ([74.207.234.97]:33640 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725939AbeKUPel (ORCPT ); Wed, 21 Nov 2018 10:34:41 -0500 Date: Wed, 21 Nov 2018 00:01:48 -0500 From: "Theodore Y. Ts'o" To: Gabriel Krisman Bertazi Cc: linux-ext4@vger.kernel.org Subject: Re: [PATCH e2fsprogs 6/9] lib/ext2fs: Implement NLS support Message-ID: <20181121050148.GC26006@thunk.org> References: <20181015211220.27370-1-krisman@collabora.co.uk> <20181015211220.27370-7-krisman@collabora.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181015211220.27370-7-krisman@collabora.co.uk> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Mon, Oct 15, 2018 at 05:12:17PM -0400, Gabriel Krisman Bertazi wrote: > Basic NLS support is required in e2fsprogs because of fsck, which > needsto calculate dx hashes for encoding aware filesystems. this patch > implements this infrastructure as well as ascii support. > > We don't need to do all the dance of versioning as we do in the kernel, > because we know before-hand which encodings and versions we > support (those we know how to store in the sb), so it is simpler just to > create static tables. > > Signed-off-by: Gabriel Krisman Bertazi I see the case folding tables for ASCII, but it looks like the case folding tables for Unicode aren't included. Am I missing something? - Ted