Hi. I have made a script in php that calls a java program. This java program will make a connection to a PostgreSQL db and do some operations. That java program works just fine if I run it on a console, but when it is php to runing it, it gives some errors related to the charset encoding. The error that apears in "error.log" of Apache is the following:
Java.sql.SQLException: ERROR: Could not convert UTF-8 to ISO8859-1 I think that the problem is than Apache or PHP is runing the java program with UTF-8 encoding, while it should be running with iso8859-1. Does anyone knows how to solve this problem? Thanks. Pedro Salgueiro. __________________________________ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php