> Please commit this for all the other languages, I only have
> en and hu checked out (I am behind a normal phone line with
> a 56k modem).
Okay... I'm behind a 56k too, but have access to a university-server
right on the backbone, which is a 'little' more comfortable ;-).
> > (4)
> > has anyone any idea's how to prevent the '-problem? Escaping ' doesn't
> work
> > :(, but I'm sure there must be some workaround...
>
> I don't really understand what you are talking about...
> I must have missed something...
The italian editor had problems with the apostrofe in entities.
This was his commit:
perugini Tue Jul 3 12:16:07 2001 EDT
Modified files:
/phpdoc/it language-snippets.ent
Log:
Fixing error:
l'uscita ---> la uscita
removing ' to avoid make error
name start character invalid: only delimiter ">" and parameter separators
are allowed
@@ -1,6 +1,6 @@
-<!ENTITY warn.experimental '<warning><simpara>Questo modulo �
<emphasis>SPERIMENTALE</emphasis>. Ci� significa che, il comportamento di
queste funzioni, i nomi di queste funzioni, in definitiva TUTTO ci� che �
documentato qui pu� cambiare nei futuri rilasci del PHP SENZA PREAVVISO.
Siete avvisati, l'uso di questo modulo � a vostro
rischio.</simpara></warning>'>
+<!ENTITY warn.experimental '<warning><simpara>Questo modulo �
<emphasis>SPERIMENTALE</emphasis>. Ci� significa che, il comportamento di
queste funzioni, i nomi di queste funzioni, in definitiva TUTTO ci� che �
documentato qui pu� cambiare nei futuri rilasci del PHP SENZA PREAVVISO.
Siete avvisati, uso di questo modulo � a vostro
rischio.</simpara></warning>'>
-<!ENTITY tip.ob-capture '<tip><simpara>Come con qualsiasi cosa che invia il
risultato direttamente al browser, � possibile utilizzare la <link
linkend="ref.outcontrol">funzione output-control</link> per catturare
l'uscita di questa funzione e salvarla - per esempio - in una
<type>stringa</type>.</simpara></tip>'>
+<!ENTITY tip.ob-capture '<tip><simpara>Come con qualsiasi cosa che invia il
risultato direttamente al browser, � possibile utilizzare la <link
linkend="ref.outcontrol">funzione output-control</link> per catturare la
uscita di questa funzione e salvarla - per esempio - in una
<type>stringa</type>.</simpara></tip>'>
>
> Goba
>
Jeroen