Hello! Currently I'm writing a web application which will help other people to learn foreign languages. I have the following question: what can I do to enable input of foreign fonts? When I try to type in some polish fonts from my webapp I get Hibernate exception, when I do that from SQLYog i get random letters displayed on website instead of appropriate ones. What should I do? I tried change MYSQL character set and collation to UTF8 by running command:
mysqld --character-set-server=utf8 --collation-server=utf8_general_ci but it didn't work. In my application I use English, Polish, Spanish and German fonts, so I reckon UTF8 should be enough. Thanks for any kind of reply. Cheers! -- View this message in context: http://www.nabble.com/Problem-with-character-sets---fonts-tf4486819s2369.html#a12794872 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
