Search code examples
javaunicodetomcat8webapp2emoji

How to update UNICODE version in TOMCAT8


I'm using Emojis in a web application, for test I'm using jetty 8.1.8 and work it very well, however I put my webapp in tomcat 8 and not work it, I read about this and find it is because my version of UNICODE is not update, my question is How can I update it?

Thanks.


Solution

  • The problem is the pageEncoding UTF-8. I had to use other encoding in my jsp only when I use the emoji, the encoding that work for me is ISO-8859-8.