Skip to Content
0
Former Member
Sep 09, 2003 at 12:10 PM

Request character encoding.

77 Views

Hello.

I need to know how can I change the character encoding of request to other then default.

For example I want it be a "UTF-8", but the default is "US-ASCII".

I tried to change it via the "config tool" (Alone->services->http->Encoding), did a restart to a SAP_J2EE server, but when I look in the debugger the instance of HttpServletRequest still has it's

characterEncoding property set to null (default).

Any ideas how to make it happen?

Thanks in advance.

Maxim Avezbakiev.