This may not be a useful issue because I suspect this is undefined behaviour by xgettext/msgfmt.
The following translation string was interpreted different from expected by POEdit (Windows version 3.9 (7905), free version), as Ola " "Mundo!, when I'd expect Ola, Mundo!. I'd expect it because when compiling the PO file with this translation to MO with msgfmt (version 0.21), it was interpreted as such. Also, this is in accordance to C strings, which are the base of PO/POT strings syntax.
This also happened with msgstr "Ola ""Mundo!", interpreted by msgfmt as Ola, Mundo!, but Ola ""Mundo! by POEdit.
msgid "Hello, world!"
msgstr "Ola " "Mundo!"
This may not be a useful issue because I suspect this is undefined behaviour by
xgettext/msgfmt.The following translation string was interpreted different from expected by POEdit (Windows version
3.9 (7905), free version), asOla " "Mundo!, when I'd expectOla, Mundo!. I'd expect it because when compiling the PO file with this translation to MO withmsgfmt(version0.21), it was interpreted as such. Also, this is in accordance to C strings, which are the base of PO/POT strings syntax.This also happened with
msgstr "Ola ""Mundo!", interpreted bymsgfmtasOla, Mundo!, butOla ""Mundo!by POEdit.