Forum Discussion

joeybear's avatar
joeybear
Contributor
15 years ago

UTF-8 chars not URL encoding correctly (not even close)

I'm currently building out a number of i18n tests.

The pre-URL encoding value I'm using is: test-ÁÉÍÓÚÑÜáéíóúñü¿¡ºª«»€@mydomain.com
soapUI-Pro 3.6 converts it to: test-%E7%83%EA%EE%F2%84%86%87%8E%92%97%9C%96%9F%C0%C1%BC%BB%C7%C8%DB%40mydomain.com.
When decoded from soapUI's URL encoding, the value is: test-çƒêîò„†‡Ž’—œ–ŸÀÁ¼»ÇÈÛ@mydomain.com

Is there a fix for this, am I doing something stupid, or something else?

Below is the request raw data:
POST http://myserver/validate/api?ft=json&em ... domain.com HTTP/1.1
Accept-Encoding: gzip,deflate
Accept: application/json;charset=utf-8
Content-Type: application/json;charset=utf-8
User-Agent: Jakarta Commons-HttpClient/3.1
Host: myserver
Content-Length: 0