I also find that ofbiz’s conponent of ecommerce cann’t process japanese 
properly.

The reason is that httpservletrequest’s mothod setCharacterEncoding is called 
too late.


The spec of method setCharacterEncoding is writed as follow:

Overrides the name of the character encoding used in the body of this request. 
This method must be called prior to reading request parameters or reading input 
using getReader(). Otherwise, it has no effect. 


A filer should exist for calling setCharacterEncoding right after http request 
arrived.

and other setCharacterEncoding’s calls should be deleted.


Windows メール から送信

Reply via email to