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
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 ;-)
> >
>
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
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";;
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
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
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
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