Re: jdbc, mysql and character encoding

2003-01-06 Thread Joel Rees
It doesnt really matter, as long as you get the desired result in your application... Well, actually, MSW2k supposedly can have optional languages/encodings loaded, chosen on a per-user basis, and the console supposedly does display the language and encoding the user is set up for. I'd assume

jdbc, mysql and character encoding

2003-01-02 Thread [EMAIL PROTECTED]
I've my jsp, where I simply want to fill a table with some italian characters: % Class.forName(com.mysql.jdbc.Driver).newInstance(); Connection conn = DriverManager.getConnection (jdbc:mysql://localhost:3306/jdbctest?useUnicode=truecharacterEncoding=ISO-8859-1, usrjdbc, pwd); Statement

Re: jdbc, mysql and character encoding

2003-01-02 Thread Anastasios Angelidis
Well I know for a fact that if you are using windows, the console window canot display extended characters. Only the standard ASCII chars... It doesnt really matter, as long as you get the desired result in your application... All characters in the end are bytes, a byte is a byte it all