|
|
|
|
|
by aleh
3694 days ago
|
|
It is not a big deal as long as seemingly identical file names are treated by OS as different. Unicode normalization is not the only problem here, e.g. Latin 'a', 'e', 'T' are exactly the same as Cyrillic 'а', 'е', 'Т' in most fonts which makes it possible for two files to have seemingly same names even in some 8-bit encodings. |
|