Numbers_Words enconding
[email protected] (Igor Feghali)
| Newsgroups | php.pear.qa |
|---|---|
| Message-ID | <[email protected]> |
Hello Numbers_Words, AllTests.php is broken because of things like "declare(encoding='iso-8859-15')" : $ phpunit AllTests.php PHP Fatal error: Encoding declaration pragma must be the very first statement in the script in /Users/Shared/NoBackUp/PEAR/Numbers_Words/tests/English100Test.php on line 2 Fatal error: Encoding declaration pragma must be the very first statement in the script in /Users/Shared/NoBackUp/PEAR/Numbers_Words/tests/English100Test.php on line 2 Having each driver at a specific encoding is a chaos IMO so I suggest that we move everything to UTF-8. any thoughts ? Also, I ask special attention to my last comment on: http://pear.php.net/bugs/bug.php?id=12512 If you guys agree with that, I am ready to make the changes. At last, how is package.xml being generated ? by hand ? I see no package.php. Best, ~IF.