Date: 08/28/02
- Next message: Jan Lehnardt: "Re: [PHP-DOC] First book about PHP3?"
- Previous message: Jirka Kosek: "[PHP-DOC] First book about PHP3?"
- In reply to: Milan Brezovsky: "Re: [PHP-DOC] SK translation not compiling for a few whiles + SGML"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Milan Brezovsky wrote:
> I did that! And today, still last compiled: 22-08-02
> And that's where I found these errors:
The problem is, that your file doesn't start with XML declaration. XML
declaration must be very first line of your file, e.g.:
<?xml version="1.0" encoding="windows-1250"?>
<!-- $Revision ... -->
So you must toggle first 2 lines.
But this is not all. You should use iso-8859-2 instead of windows-1250
encoding. This is because currently used build process uses Jade
processor which is unable to recognize proper IANA encoding name for
windows-1250. This problem doesn't occur with iso-8859-2.
Jirka
-- ----------------------------------------------------------------- Jirka Kosek e-mail: jirka <email protected> http://www.kosek.cz-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Jan Lehnardt: "Re: [PHP-DOC] First book about PHP3?"
- Previous message: Jirka Kosek: "[PHP-DOC] First book about PHP3?"
- In reply to: Milan Brezovsky: "Re: [PHP-DOC] SK translation not compiling for a few whiles + SGML"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

