cb3813b7b6
The original problem with the normalization of the filename only occurred because it was in NFC. However, when trying to fix it by `mv`ing the file to a normalization-indifferent name, I used the NFD normalized name from my file system. This means it only works on normalizing file systems. The filename must be in the original encoding and will be normalized by normalizing file systems like HFS+. |
||
---|---|---|
.. | ||
0001-tests-Rename-a-a-o-_-.py-_-.py.patch | ||
default.nix |