Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Export to CSV with UTF-8

    We`re wondering what do we need to do in order to get export to work with UTF-8 charset.

    ie. We have a record that contains "π" character . It is displayed properly in the list grid , but when we export it to CSV file "π" is replaced with "?"

    Thanks,
    Stonebranch

    p.s. We`re using SmartGWTEE2.1

    #2
    No special settings should be required. Just check that everything agrees on UTF-8: the JVM default charset, your database / connection settings and your JDBC driver.

    Comment


      #3
      I believe everything is configured properly , everything ( except export ) works fine .

      Comment


        #4
        Right.. but it's not working. So please check the charset settings in all of the listed places and confirm everything says UTF-8.

        For starters, see what the JVM charset is, and see what charset is being advertised to the browser via HTTP headers.

        Comment


          #5
          Everything seems to be set to UTF8 ...
          Attached Files

          Comment

          Working...
          X