bug-gnu-libiconv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnu-libiconv] Fwd: Supporting Combining Diacritical Marks


From: Christian PERNOT
Subject: Re: [bug-gnu-libiconv] Fwd: Supporting Combining Diacritical Marks
Date: Fri, 1 Jul 2022 15:36:43 +0200

Hello,

Thank you very much for all the information you gave to us, it was really helpful.

As we are dealing with uploaded files, we cannot change the filenames on users computers.

But it helped us to find and use the Symfony/String component [1] that normalize [2] each given string before applying iconv or other processes.

Best regards,
Christian

[1] https://symfony.com/doc/5.4/components/string.html
[2] https://www.php.net/manual/en/normalizer.normalize.php

Le jeu. 30 juin 2022 à 02:39, Bruno Haible <bruno@clisp.org> a écrit :
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]