0

I have troubles with tomcat encoding. I get instead of polish char like ąęłć.

Character encoding issue with Tomcat

I was trying to use it, but doesn't help.

D.M
  • 510
  • 6
  • 14
overmyhea
  • 15
  • 6

1 Answers1

0

If previous tips in given link still doesn't work you can check the database column. I have in SQL Server the VARCHAR which is non-Unicode type (1 byte per character). After change to NVARCHAR which is Unicode (2 bytes per character) I have finally polish characters in database.