B4J Question jServer ServletRequest form encoding

peacemaker

Expert
Licensed User
Longtime User
Hi, All

If national symbols are entered into a form - req.GetParameter returns encoded string:
pass_form = тест

How to decode ?
StringUtils.DecodeUrl(pass_form, "UTF8") does not help.
 
Top