Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes a écrit : | > Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > | I managed to find why my po/ subdir won't compile: | > | | $ msguniq.exe xforms_l10n.pot | > | xforms_l10n.pot:5: end-of-line within string | > | xforms_l10n.pot:6: end-of-line within string | > | xforms_l10n.pot:7: end-of-line within string | > | xforms_l10n.pot:8: end-of-line within string | > | msguniq: xforms_l10n.pot: warning: Charset | > | "ISO-8859-1Content-Transfer-Encoding:" is not a portable encoding name. | > | Message conversion to user's | > | charset might not work. | > | msguniq: found 4 fatal errors | > | | Somebody has an idea? | > CRLF issue? | | Hum... don't think so, looking at the file, there are four messages | with '\n' char inside: | | #: src/frontends/xforms/forms/form_preferences.fd:1426 | msgid "Keyboard\nmap|#K" | msgstr "" | | #: src/frontends/xforms/forms/form_maths_delim.fd:152 | msgid "()\nBoth|#B" | msgstr "" | | #: src/frontends/xforms/forms/form_maths_delim.fd:170 | msgid ")\nRight|#R" | msgstr "" | | #: src/frontends/xforms/forms/form_maths_delim.fd:188 | msgid "(\nLeft|#L" | msgstr "" | | Is this on purpose?
Probably not. But from the .fd file it almost looks intentional... (but also wrong) -- Lgb