Open
Description
I’ll try to hunt this issue down further, but I’m seeing issues where on some systems links and embedding of pages with Unicode characters don’t find the pages while the exakt same folder on other systems works.
I suspect the issue is that some systems (APFS on macOS) and the web front end performs Unicode normalisation of file names, while some platforms (ZFS on FreeBSD) does not at the file system level.
The correct thing to do is probably to normalise anything that hits the file system and also anything that comes from the file system when performing matching.