|
Q: I cannot save international text through JDBC. Everything show as ?. Make sure your connection string has character encoding set properly:
jdbc:mysql://localhost/username_db?useUnicode=yes&characterEncoding=UTF-8&$user=user&password=pass Back to Java/JSP/Servlets Questions |
|