The K Desktop Environment

3.4. Peculiarities and Difficulties

We already mentioned that the characters "#" and "~" have a special meaning, a few others to look at are:

   #: cardmaps.cpp:105
   #, c-format
   msgid "kpat: PANIC, cannot load card pixmap \"%1\"\n"
   msgstr "KPat: schwerer Fehler, kann Kartenbild \"%1\" nicht laden\n"

Unescaped quotes will be interpreted by the programs which read the file as the end of the "msgstr". The test routine msgfmt --statistics, described below, would terminate at this point with an error.