• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

page encoding, UTF-8 and multibyte characters

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have no idea where to put this question as it could be so many thing.
When my rest call gets logged in chrome developer tools it has the correct encoding "UTF-8".
By the time it lands in my setter function of the bean it has been decoded using 'iso-8859-1'
We use spring, maybe jaxb.

This is the little feller causing all the problems: '¬'

 
Wendy Gibbons
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just solved this myself, by adding this to the server.xml in tomcat. I had already made sure all the existing encodings were correct at utf-8 in the web.xml

reply
    Bookmark Topic Watch Topic
  • New Topic