Art Report post Posted December 7, 2007 (edited) Hi, We've been confronted with some difficulties, using maps components. We assign URL to each region in map. It contains parameter with russian letters, which we encode. So we've got element like this in XML: entity id="SOME_TEXT" value="28.98" link="VIT-03.aspx?Parameter1=%5b%d0%a0%d0%b5%d0%b3%d0%b8%d0%be%d0%bd%d1%8b+%d0%a0%d0%a4%5d.%5b%d0%a0%d0%9e%d0%a1%d0%a1%d0%98%d0%99%d0%a1%d0%9a%d0%90%d0%af+%d0%a4%d0%95%d0%94%d0%95%d0%a0%d0%90%d0%a6%d0%98%d0%af%5d.%5b%d0%94%d0%90%d0%9b%d0%ac%d0%9d%d0%95%d0%92%d0%9e%d0%a1%d0%a2%d0%9e%d0%a7%d0%9d%d0%ab%d0%99+%d0%a4%d0%95%d0%94.+%d0%9e%d0%9a%d0%a0%d0%a3%d0%93%5d" It works fine, when we use Firefox. In URL address we've got the same URL we assigned in XML. When we use IE, address in URL is changed to ... VIT-03.aspx?Parameter1=[? ? Edited December 7, 2007 by Guest Share this post Link to post Share on other sites
tcraigen Report post Posted December 18, 2007 How are you enoding the string? If you are doing this through javascript, I found I needed to double escape everything after the question mark '?'. Share this post Link to post Share on other sites