How to configure URL character encoding and decoding in vaadin

i have Vaadin application which read URL parameter and show on label the value of URL parameter

But its not supporting for Scandinavian character.

any one have idea how to configure URL character encoding and decoding in vaadin

The application URL is something like this

http://localhost:7001/csa?address=“måndag”;
in Vaadin UI i am getting address value as request.getParameter(“address”)

and set the value on label

but somehow vaadin failes to parse the URL with exception. The exception is like

Java.net.URLSyntexException: Illegal character in query
I am using maven for build and deployment as war on local [weblogic server]
(https://mindmajix.com/weblogic-server-adminisration-training)

so anyone have idea how to support these character in vaadin

Good question! Looking forward to know the answer. Did you find something?

Regards,
George