If you mean like System.out.println(request.getCharacterEncoding()) in top of
JSP, I guess I have, have to make a second check though, will return when
it's done. Really appreciate your aid, thanks

/Riffla
=================================


Christopher Schultz-2 wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Riffla,
> 
> riffla wrote:
>> Encoding set in:
>> 
>> JSP Page directive
>> Content inside Html Meta tag
>> And there is also a charsetFilter class used (see below)
> 
> This last one is used for overriding /request/ encoding, right?
> 
>> <controller  contentType="text/html;charset=UTF-8" 
> 
> That looks good.
> 
>> <context-param>
>> <param-name>PARAMETER_ENCODING</param-name>
>> <param-value>UTF-8</param-value>
>> </context-param>
> 
> Have you verified that the request encoding is being properly set to
> UTF-8?
> 
>> And beside those already mentioned, there's also some lines in
>> struts-html.tld:
>> <attribute>
>> <name>useLocalEncoding</name>
>> <required>false</required>
>> <rtexprvalue>true</rtexprvalue>
>> </attribute>
> 
> Hmm... I'm not sure what effect that will have (I don't use JSP).
> 
> - -chris
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.7 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFGBTHz9CaO5/Lv0PARAhBmAJ9tZwUR1Z0cR8tEBVbPgg05jlcSsQCgjyN+
> p7Ca211yjPSdh1QzQa7Z1Us=
> =9SFl
> -----END PGP SIGNATURE-----
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Character-encoding...-tf297678.html#a9652704
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to