Re: [DOC-NO] cvs: phpdoc-no / language-defs.ent preface.xml /chapters intro.xml /language basic-syntax.xml

[email protected] ("Hannes Magnusson") Mon, 4 Jun 2007 01:06:49 +0200
Newsgroups php.doc.no
Message-ID <[email protected]>
On 6/4/07, Knut Urdalen <[email protected]> wrote:
> Hannes Magnusson wrote:
> > You should consider using <!-- EN-Revision: --> comments to make it
> > easier on yourself checking the up-to-date status on the files. See:
> > http://doc.php.net/php/dochowto/translation-revtrack.php#translation-revcheck-comments
> >
> >
> Ah, nice :) I've added EN-Revision comments to all the current files. I
> liked the output of "make revcheck" also.
>
> But where's the script that do all the magic here:
> http://doc.php.net/php/it/revcheck.php ?

That script is located in www/revcheck.php in the 'docweb' cvs module.
I have _no_ idea how to put 'no' into that list, but I believe Nuno does.

> > Also, I am pretty sure we explicitly send out utf8 headers without
> > checking the actual content encoding...
> I just saw that when I used "make html" it tried to convert utf-8
> characters to latin-1 characters and by changing the encoding in the
> XML-definition it worked (stayed as utf-8).

UTF-8 is the desired encoding.. But its not enough to change the xml
encoding header, you must configure your editor to actually use utf8
too :)

-Hannes