On Wed, 1 Dec 2004, [ISO-8859-1] Andr� Luis Ferreira da Silva Bacci wrote: > The sgml tools can't read UTF-8 files? In my machine: > > bash-2.05b$ make test > /usr/bin/onsgmls -i lang-en -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl > manual.xml > /usr/bin/onsgmls:/home/andre/projects/cvs.php.net/phpdoc/en/reference/strings/functions/localeconv.xml:169:26:E: > non SGML character number 130 > make: *** [test] Error 1
This should work fine, but perhaps you have to create a new configure / Makefile: autoconf ./configure make test Which shows: [EMAIL PROTECTED]:/dat/dev/php/phpdoc$ make test SP_ENCODING=XML SP_CHARSET_FIXED=YES /usr/bin/nsgmls -i lang-en -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml [EMAIL PROTECTED]:/dat/dev/php/phpdoc$ regards, Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org
