Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Thanks, Jon Hanna for much background-information here! This was important to get the full answer: a way to convert from the one to the other normalisation form.</p> <p>As my changes are in the filesystem (because of file-upload) that is linked in the database, I now have to update my database-dump. The files got already renamed during the move (maybe by the FTP-Client ...)</p> <p>Command line tools to convert charsets on Linux are:</p> <ul> <li>iconv - converting the content of a stream (maybe a file)</li> <li>convmv - converting the filenames in a directory</li> </ul> <p>The charset utf-8-mac (as described in <a href="http://loopkid.net/articles/2011/03/19/groking-hfs-character-encoding" rel="nofollow noreferrer">http://loopkid.net/articles/2011/03/19/groking-hfs-character-encoding</a>), I could use in iconv, seems to exist just on OSX systems and so I have to move my sql-dump to my mac, convert it and move it back. Another option would be to rename the files back using convmv to NFD, but this would more hinder than help in the future, I think.</p> <p>The tool convmv has a build-in (os-independent) option to enforcing NFC- or NFD-compatible filenames: <a href="http://www.j3e.de/linux/convmv/man/" rel="nofollow noreferrer">http://www.j3e.de/linux/convmv/man/</a></p> <p>PHP itself (the language my system - Wordpress is based on) supports a compatibility-layer here: <a href="https://stackoverflow.com/questions/773574/in-php-how-do-i-deal-with-the-difference-in-encoded-filenames-on-hfs-vs-elsew">In PHP, how do I deal with the difference in encoded filenames on HFS+ vs. elsewhere?</a> After I fixed this issue for me, I will go and write some tests and may also write a bug-report to Wordpress and other systems I work with ;)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload