Replies: 3 comments 1 reply
-
Ok here's another test.
|
Beta Was this translation helpful? Give feedback.
-
This is an odd one. I have tried to reproduce in my environment, but it works from both ends – when creating the file on the Mac and move to the AFP volume, and when creating the file from within the running Docker container's volume (e.g. We had a similar-looking issue not long ago in #1667 which turned out to be a build system mishap, that has since been firmly fixed. Would you be able to turn on debug logging and share what it says when you create and copy the affected files? |
Beta Was this translation helpful? Give feedback.
-
Not a solution but I remembering reading something about this behaviour somewhere. So "copying back to shared fs to fix" might be the best workaround available as then MacOS is fixing it the way it should be. rsync has a --iconv option to convert between UTF-8 NFC & NFD, which may allow you to avoid the extra hop, but that defeats the AFPS purpose. I'm playing with iconv and netatalk as I type this... maybe if you use a netatalk build -Dwith-libiconv=true some of the issues will be addressed. Not sure how to get a docker image to use libiconv or if it already does. |
Beta Was this translation helpful? Give feedback.
-
How do I get Netatalk to support International characters, such as
Déjà Vu.m4a
? It shows up on the Mac in the Finder but the Finder is unable to read it. From the shell it reports "file not found" even though auto-complete completes the filename. My Mac is running Monterey (12.7.6) and I'm trying with the latest Docker hub image.Beta Was this translation helpful? Give feedback.
All reactions