MySQL seems to operate in latin1 encoding by default, not in UTF-8, even though in many cases (such as most Linux distributions), the system uses UTF-8 for everything else by default. Today, this situation caused a confusing problem for me. From 30,000 feet, the application is a Java web application that reads data from a … Continue reading UTF-8 and MySQL