Hello,
I have written a DynPro application which contains a search form and a submit button. Pressing the submit button opens new window with the search results. The search parameters are being transfered as QueryString at URL (?firstName="Roy"&lastName="Cohen"...)
The parameters are in Hebrew.
Now the results window shows the parameters in Hebrew at it's URL but when I get these parameters and put them in a String it messes up. I tried to create new String with a varaity of Charsets (which helped me in previous situations) but the parameters are still not readable.
Any ideas...?