In a servlet you can explicitly specify the character encoding of posted data to the HTTP Bundle through the com.prosyst.request.parameter.charset request attribute. Prior to retrieving the request parameters with getParameter, call the setAttribute method of HttpServletRequest providing the attribute as name and the character encoding string as value.