> Date: Wed, 15 Jun 2011 10:22:36 +0200 > From: Corinna Vinschen <[email protected]> > Cc: Andrew Pinski <[email protected]>, [email protected], > [email protected], [email protected] > > Talking about case-insensitive comparison, the filename_cmp and > filename_ncmp functions don't work for multibyte codesets, only for > singlebyte codesets. Given that UTF-8 is standard nowadays, shouldn't > these functions be replaced with multibyte-aware versions?
I agree, but if we go that way, shouldn't we support UTF-16, which is used by the native Windows APIs? Windows does not use UTF-8 for file names.
