<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>Another question on PO and XLIFF</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Courier New">Hi,</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">I have a new question on XLIFF representation of PO.</FONT>

<BR><FONT SIZE=2 FACE="Courier New">The guide (</FONT><A HREF="http://xliff-tools.freedesktop.org/wiki/Projects_2fXliffPoGuideDraft2"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">http://xliff-tools.freedesktop.org/wiki/Projects_2fXliffPoGuideDraft2</FONT></U></A><FONT SIZE=2 FACE="Courier New">) does not seem to say anything about multi-line entries. </FONT></P>

<P><FONT SIZE=2 FACE="Courier New">msgid &quot;&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&quot;Line 1\n line 2\n&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&quot;Line 3.\n&quot;</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">How this should be represented?</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">&lt;trans-unit xml:space=&quot;preserve&quot;&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">Line 1\n line 2\n</FONT>

<BR><FONT SIZE=2 FACE="Courier New">Line 3.\n&lt;/trans-unit&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">Or </FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">&lt;trans-unit xml:space=&quot;preserve&quot;&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">Line 1\n</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;line 2\n</FONT>

<BR><FONT SIZE=2 FACE="Courier New">Line 3.\n</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&lt;/trans-unit&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">Or</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">&lt;trans-unit xml:space=&quot;preserve&quot;&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">Line 1</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;line 2</FONT>

<BR><FONT SIZE=2 FACE="Courier New">Line 3.</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&lt;/trans-unit&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">?</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">The third seems more logical to me, but it could cause issues too, for example if the line-breaks are not \n but \r or \r\n (if the PO file is used for a non-Unix application) how would we know which type of line-break notation to put ack when merging.</FONT></P>

<P><FONT SIZE=2 FACE="Courier New">Anyhow, a section on this topic would be good to have in the Guide.</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">Cheers,</FONT>

<BR><FONT SIZE=2 FACE="Courier New">-yves</FONT>
</P>

</BODY>
</HTML>