Why the above code snippet badly displays url by not properly handling non-english characters?. I have set pageEncoding on utf-8 [ December 28, 2006: Message edited by: Jasiek Motyka ]
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
What do you mean by "not properly handling non-english characters"? Can you give an example of what you want vs what it gives you?
At a guess, I would say that the <c:url> tag is using the URLEncoder so that the non-english characters can be sent correctly over HTTP.