UTF8
Configure MYSQL to use UTF8 with Spring/Hibernate
Submitted by softologi on Sat, 10/10/2009 - 03:28I started using MySQL in a project that i started working on,
The project uses Hibernate and Spring
and the problem was that strings end up as question marks in the database
How to write UTF8 text in Java
Submitted by softking on Mon, 04/13/2009 - 14:54
String fullPath="c:\temp\text.txt";
File curfile = new File(fullPath);
//write in UTF8 file format
