Re: [PHP-DOC] Character encoding problem

2005-02-18 Thread Heilig \(Cece\) Szabolcs
Hello! > I find that the Chinese manual hasn't been rebuild yet. and the http > default charset comes to utf-8. It makes the page broken if you don't > select charset to GB2312 manually. > Shall we convert all .xml to UTF-8? Imho not. Edit your XML with your favorite charset. At the build stage t

Re: [PHP-DOC] Character encoding problem

2005-02-18 Thread Derick Rethans
On Fri, 18 Feb 2005, Xiaoyu Huang wrote: > Derick Rethans wrote: > > On Fri, 18 Feb 2005, Nuno Lopes wrote: > > > > > >>Thats why I've proposed to start building all manuals in UTF-8 (and set the > >>phpweb headers to utf-8) to avoid these kind of problems. > > > > > > We already do that ;-) > > >

Re: [PHP-DOC] Character encoding problem

2005-02-18 Thread Xiaoyu Huang
Derick Rethans wrote: On Fri, 18 Feb 2005, Nuno Lopes wrote: Thats why I've proposed to start building all manuals in UTF-8 (and set the phpweb headers to utf-8) to avoid these kind of problems. We already do that ;-) I find that the Chinese manual hasn't been rebuild yet. and the http default c

Re: [PHP-DOC] Character encoding problem

2005-02-18 Thread Nuno Lopes
On Fri, 18 Feb 2005, Nuno Lopes wrote: Thats why I've proposed to start building all manuals in UTF-8 (and set the phpweb headers to utf-8) to avoid these kind of problems. We already do that ;-) I'm not sure of that.. From the configure.in script: case "$LANG" in ja|ko|pt_BR) ENCODING="UTF-8";;

Re: [PHP-DOC] Character encoding problem

2005-02-18 Thread Derick Rethans
On Fri, 18 Feb 2005, Nuno Lopes wrote: > Thats why I've proposed to start building all manuals in UTF-8 (and set the > phpweb headers to utf-8) to avoid these kind of problems. We already do that ;-) > The english manual also has this problem, because the manual is now > built in utf-8 and the h

Re: [PHP-DOC] Character encoding problem

2005-02-18 Thread Nuno Lopes
Hi, I've made that change, because otherwise the manual couldn't be built. This is because the localeconv.xml english page has a character that must be represented in UTF-8. Thats why I've proposed to start building all manuals in UTF-8 (and set the phpweb headers to utf-8) to avoid these kind

Re: [PHP-DOC] Character encoding problem

2005-02-18 Thread Derick Rethans
On Fri, 18 Feb 2005, Heilig (Cece) Szabolcs wrote: > Checked today the hungarian manual on php.net. It built. > But there's an issue with the character encoding. The header > said it's a 8859-2 document but the contents are encoded > in utf-8. Header should say it's utf-8 actually, it should do t

[PHP-DOC] Character encoding problem

2005-02-18 Thread Heilig \(Cece\) Szabolcs
Hello! Checked today the hungarian manual on php.net. It built. But there's an issue with the character encoding. The header said it's a 8859-2 document but the contents are encoded in utf-8. I found this modification in phpdoc, and i think that wasn't correct: http://cvs.php.net/diff.php/phpdoc