Dear all, I'm struggling with non-ASCII characters passed in request params of a REST service. The characters become ? when received by my app developed using CXF. The encoding is set to UTF-8 by the REST client. Why do I get "?"?
Thanks in advance.
Dear all, I'm struggling with non-ASCII characters passed in request params of a REST service. The characters become ? when received by my app developed using CXF. The encoding is set to UTF-8 by the REST client. Why do I get "?"?
Thanks in advance.