<p>Am 17.06.2014 07:37 schrieb "Juha Manninen" <<a href="mailto:juha.manninen62@gmail.com">juha.manninen62@gmail.com</a>>:<br>
><br>
> Could somebody please explain what happens when there is #13#10 in a<br>
> resource string.<br>
><br>
> See issue<br>
>   <a href="http://bugs.freepascal.org/view.php?id=26343">http://bugs.freepascal.org/view.php?id=26343</a><br>
> and a note:<br>
>   <a href="http://bugs.freepascal.org/view.php?id=26343#c75738">http://bugs.freepascal.org/view.php?id=26343#c75738</a><br>
><br>
> It is converted to \n in .po file strings.<br>
> However Format() does not convert \n. How can it work?<br>
> I will do more experiments later today.</p>
<p>As Michael wrote Format() does not need to deal with it. The translated value of the resourcestring constant should already contain the correct line ending and thus the .po-reader needs to handle this when it sets up the translated strings.</p>

<p>Regards,<br>
Sven</p>