Open Amgine0 opened 6 years ago
Just noticed: The undefined index came up for
These are the only komm which have 'å' in their name.
Can you add your data to this repository?
I think this is caused by the HFS filesystem.
https://stackoverflow.com/questions/6153345/different-utf8-encoding-in-filenames-os-x
It says that filenames are stored using "decomposed" forms, which is a different byte-sequence from the "precomposed" form used in the data.
Can you try using simple ASCII for the file/folder names "Valer", and putting the accented letter as a "translation".
FYI, the README.md file says to use ASCII for filenames to avoid these problems...
The problems with using decomposed UTF8 is also mentioned here ;-)
Å = ascii 197 å = ascii 229
Extended ascii, and part of 8859-1, but yes, Apple's HFS is probably at fault. I suppose I can move this over to one of the linux boxen.
This may be related to the depth of administrative index?