Hi all, I use the following in my JSP code. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> and the URL looks something like this,
Here gamecurrency code contains the value £ . But when its sent from browser via its £ again but when its displayed on next page(Jackpot Action/JSP) it displayed as £. What i was able to infer is that our Browser(IE/FIREFOX,CHROME..) while sending over the network its appending  to £. Can any one help on this.How to pass NON -ASCII characters . PS:Same UTF-8 encoding is used on all JSPs. -- View this message in context: http://www.nabble.com/How-to-pass-NON-ASCII-characters-from-one-JSP-to-another-JSP-via-ur-%3CS%3AURL%3E-tp25221048p25221048.html Sent from the Struts - User mailing list archive at Nabble.com.