How to encode special characters for a POST with Spring/Roo
Posted
by Nick
on Stack Overflow
See other posts from Stack Overflow
or by Nick
Published on 2010-04-09T16:37:36Z
Indexed on
2010/04/09
16:43 UTC
Read the original article
Hit count: 323
I'm using Spring/Roo for an app server, and need to be able to post some special characters. Specifically, characters like the Yen symbol, or Euro symbol. When I receive these characters on my server, and display them in console, they appear as "?". How can they be properly encoded and received?
© Stack Overflow or respective owner