Re: [PHP-DOC] cvs: phpdoc /en/reference/strings/functions localeconv.xml

2004-09-14 Thread Friedhelm Betz
On Tuesday 14 September 2004 10:02, Derick Rethans wrote: > On Tue, 14 Sep 2004, Friedhelm Betz wrote: > > On Tuesday 14 September 2004 09:46, Friedhelm Betz wrote: > > > On Tuesday 14 September 2004 08:18, Derick Rethans wrote: > > > [...] > > > > > > > > Unfortunately this broke make test: > > >

Re: [PHP-DOC] cvs: phpdoc /en/reference/strings/functions localeconv.xml

2004-09-14 Thread Derick Rethans
On Tue, 14 Sep 2004, Friedhelm Betz wrote: > On Tuesday 14 September 2004 09:46, Friedhelm Betz wrote: > > On Tuesday 14 September 2004 08:18, Derick Rethans wrote: > > [...] > > > > > > Unfortunately this broke make test: > > > > phpdoc/en/reference/strings/functions/localeconv.xml:169:26:E: non

Re: [PHP-DOC] cvs: phpdoc /en/reference/strings/functions localeconv.xml

2004-09-14 Thread Friedhelm Betz
On Tuesday 14 September 2004 09:46, Friedhelm Betz wrote: > On Tuesday 14 September 2004 08:18, Derick Rethans wrote: > [...] > > > > Unfortunately this broke make test: > > > phpdoc/en/reference/strings/functions/localeconv.xml:169:26:E: non SGML > > > character number 130 > > > which is the textu

Re: [PHP-DOC] cvs: phpdoc /en/reference/strings/functions localeconv.xml

2004-09-14 Thread Derick Rethans
On Tue, 14 Sep 2004, Friedhelm Betz wrote: > On Tuesday 14 September 2004 08:18, Derick Rethans wrote: > [...] > > > > > > Unfortunately this broke make test: > > > phpdoc/en/reference/strings/functions/localeconv.xml:169:26:E: non SGML > > > character number 130 > > > which is the textual euro ¤

Re: [PHP-DOC] cvs: phpdoc /en/reference/strings/functions localeconv.xml

2004-09-14 Thread Friedhelm Betz
On Tuesday 14 September 2004 08:18, Derick Rethans wrote: [...] > > > > Unfortunately this broke make test: > > phpdoc/en/reference/strings/functions/localeconv.xml:169:26:E: non SGML > > character number 130 > > which is the textual euro ¤ > > We're using XML, not SGML, so that test is *cough*bull

Re: [PHP-DOC] cvs: phpdoc /en/reference/strings/functions localeconv.xml

2004-09-13 Thread Derick Rethans
On Mon, 13 Sep 2004, Friedhelm Betz wrote: > On Monday 13 September 2004 11:17, Derick Rethans wrote: > > On Mon, 13 Sep 2004, Gabor Hojtsy wrote: > > > > +[int_curr_symbol] => EUR > > > > +[currency_symbol] => â?? > > > > > > This will probably look funny on the output, unless you modify

Re: [PHP-DOC] cvs: phpdoc /en/reference/strings/functions localeconv.xml

2004-09-13 Thread Friedhelm Betz
On Monday 13 September 2004 11:17, Derick Rethans wrote: > On Mon, 13 Sep 2004, Gabor Hojtsy wrote: > > > +[int_curr_symbol] => EUR > > > +[currency_symbol] => â?? > > > > This will probably look funny on the output, unless you modify the file > > encoding to utf8! > > I did do that! Unfor

Re: [PHP-DOC] cvs: phpdoc /en/reference/strings/functions localeconv.xml

2004-09-13 Thread Gabor Hojtsy
+[int_curr_symbol] => EUR +[currency_symbol] => â?? This will probably look funny on the output, unless you modify the file encoding to utf8! I did do that! Ah, ok, I missed that... Goba

Re: [PHP-DOC] cvs: phpdoc /en/reference/strings/functions localeconv.xml

2004-09-13 Thread Derick Rethans
On Mon, 13 Sep 2004, Gabor Hojtsy wrote: > > +[int_curr_symbol] => EUR > > +[currency_symbol] => â?? > > This will probably look funny on the output, unless you modify the file > encoding to utf8! I did do that! Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://x

Re: [PHP-DOC] cvs: phpdoc /en/reference/strings/functions localeconv.xml

2004-09-13 Thread Gabor Hojtsy
+[int_curr_symbol] => EUR +[currency_symbol] => â?Ź This will probably look funny on the output, unless you modify the file encoding to utf8! Goba

Re: [PHP-DOC] cvs: phpdoc /en/reference/strings/functions localeconv.xml

2004-09-12 Thread Derick Rethans
On Mon, 13 Sep 2004, Aidan Lister wrote: > aidan Sun Sep 12 22:12:25 2004 EDT > > Modified files: > /phpdoc/en/reference/strings/functionslocaleconv.xml > Log: > Made example less ridiculous > Removed simplelist rows, livedocs doesn't support them (no need for it anyway) >