Welcome Guest, Not a member yet? Register   Sign In
Problem with UTF-8 in the URL
#1

[eluser]Unknown[/eluser]
Hello,
First, sorry about my bad english.

When I create a dynamic address in UTF 8, I get strange characters.

The url look like this:
http://www.domian.com/article/שלום#.T9H1U9WRGSo

Instead of this:
http://www.domain.com/article/שלום

The links look okay:
Code:
<a href="http://www.domaincom/article/שלום">Text</a>

But after I click on the links, I get a redirect to here (in all the browsers except IE):
http://www.domain.com/article/שלום#.T9H1U9WRGSo

Thank you all Smile
#2

[eluser]web-johnny[/eluser]
This is a Javascript issue. You probably have a javascript that inserts a hash to your URL. For example if you have jquery ui-tabs. That doesn't work in IE it is probably that you have an error to your Javascript and it doesn't work in IE.
#3

[eluser]Unknown[/eluser]
You're right!
It's just the annoying AddThis bar.

Thank you!!!!




Theme © iAndrew 2016 - Forum software by © MyBB