I noticed an issue with the german translation of Calibre's CLI tools. Whenever an Umlaut (ä, ö, ü, and what are those things called in english?) is present, the text gets mangled. For example (from the help text of calibredb):
Code:
Wann immer Sie Argumente an calibredb.exe weitergeben, die Leerzeichen beinhalte
n, setzen Sie diese Argumente in Anführungsstriche.
This should be:
Code:
Wann immer Sie Argumente an calibredb.exe weitergeben, die Leerzeichen beinhalte
n, setzen Sie diese Argumente in Anführungsstriche.
To me, this looks like the CLI tools use a different codepage than Calibre itself does, or Python on the command line doesn't support Umlaute.
Is this something that can or should be fixed in the code, or should I edit the CLI translation strings to not contain any Umlaute?
Edit to add: I looked for the specific strings in Launchpad, they're correct there.