On Tue, Jul 03, 2018 at 01:06:40PM -0400, Gabriel Krisman Bertazi wrote: > Since not every NLS tables support normalization operations, we limit > which encodings can be used by an ext4 volume. Right now, ascii and > utf8n are supported, utf8n being a new version of the utf8 charset, but > with normalization support using the SGI patches, which are part of this > patchset. Why do we need to have to distinguish between utf8n vs utf8? Why can't we just add normalization to existing utf8 character set? What would break? Also, do we *have* to support only encodings that have normalization? It's pointless w/o case-folding support (which is not in this patch series), but what would happen if we supported case-folding w/o normalization? - Ted