lol list spam filter is quite severe sql, query
----- Original Message ----- From: "Sylvain Hamel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 3:47 PM Subject: character encoding problems with org.gjt.mm.mysql jdbc1.0 > environment : java jdbc, with MM driver, jdk 1.3.1-b24 > > This problem only occurs on some linux machines. I havent been able to > pinpoint the cause. > > My problem is that I have to put > > ?useUnicode=true&characterEncoding=ISO8859-1 > > at the end of the connection string otherwise i will have to force iso > encoding like this > > String(rs.getBytes("columnname"),"ISO8859-1") > > in order to get (french) accented characters instead of question marks(?). > The strange part is that phpMyAdmin seems to handle accented characters fine > on these servers and a simple page displaying out.println("ééééèèè") will > also display correctly in the browser from tomcat. I assume the driver is > causing this problem but I cant seem to find out why. > > Can anybody help? > > Sylvain > --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php