2020-04-13

Convert UTF-8 NFD to UTF-8 NFC on Linux

convmv -f utf-8 -t utf-8 --nfc -r . --notest

This will for example convert the german ü from 75 cc 88 to 73 bc (which both describe an ü).

Doing this on a Samba server will avoid problems when accessing NFD filenames from a Mac.

Keine Kommentare: