Case-insensitive filesystem lookups
Case-insensitive filesystem lookups
Posted May 24, 2018 15:09 UTC (Thu) by hkario (guest, #94864)Parent article: Case-insensitive filesystem lookups
not only there is problem of different locales that consider different codepoints to be the same letters (already mentioned Turkish is common example)
but filenames are quite explicitly NOT unicode, they don't even have to be printable characters, in any encoding!
but filenames are quite explicitly NOT unicode, they don't even have to be printable characters, in any encoding!
how do you handle case comparison for a file that has a name that is broken UTF-8?
what if the files were written on system that used ISO-8859-2 codepage? Let alone one of the CJK systems?
