[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] Fwd: Supporting Combining Diacritical Marks
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] Fwd: Supporting Combining Diacritical Marks |
Date: |
Thu, 30 Jun 2022 02:39:53 +0200 |
By the way, it looks like you are dealing with file names on macOS disks
or network mounts that need to be accessed by macOS. In this case, the fix
is to
1. get rid of all HFS+ partitions,
2. use 'convmv' to convert file names from NFD to NFC.
See [1].
[1] https://gist.github.com/JamesChevalier/8448512