Search code examples
apachetomcat7supercsv

Using Tomcat 7 and SuperCSV - in generated and downloaded files non-English characters are all replaced with "?"


What could be causing this, and how can I correct it? The pom.xml includes the line "<uriEncoding>utf-8</uriEncoding>".


Solution

  • I fixed the problem by adding charset="UTF-8" to the response's content type.