aboutsummaryrefslogtreecommitdiff
path: root/tests/macos_filename_encoding
AgeCommit message (Collapse)Author
40 hoursmacOS: Fix Unicode normalization issues in forward & reverse moderafjaf-rebase-onto-2.6.0rafjaf
This commit resolves https://github.com/rfjakob/gocryptfs/issues/850 by addressing Unicode normalization mismatches on macOS between NFC (used by CLI tools) and NFD (used by GUI apps). The solution is inspired by Cryptomator's approach ( https://github.com/cryptomator/cryptomator/issues/264 ). Forward mode on MacOS now enforces NFC for storage but presents NFD as recommended by https://developer.apple.com/library/archive/qa/qa1173/_index.html . See https://github.com/rfjakob/gocryptfs/pull/949 for more info.