Re: [PHP-DOC] cvs: phpdoc / Makefile.in
[email protected] (Gabor Hojtsy) Fri, 16 May 2003 15:56:23 +0200
| Newsgroups | php.doc,php.doc.he |
|---|---|
| Message-ID | <[email protected]> |
>>iconv (the unix utility) supports hebrew only by the non standard >>representation of it (?) which is windows-1255 >> >>i have successfully translated the RT ticketing system (v3) to hebrew at >>UTF-8 using iconv. > > The problem is more: > > /usr/bin/xsltproc xsl/phpweb.xsl manual.xml > /dat/dev/php/phpdoc-all/he/bookinfo.xml:1: error: Unsupported encoding > iso-8859-8-i > <?xml version="1.0" encoding="iso-8859-8-i"?> > > Anything we can replace it with? Hm, AFAIK xsltproc works with iconv, so probably only the iconv supported encodings can be used. The windows version requires the iconv dll to be in place, but I cannot find any dependencies related to iconv on linux. Though there is probably a dependency. The question is up for the doc-he guys, what encoding they are able to work with? Goba