How do I show non-standard characters in the address bar?

左心房为你撑大大i 提交于 2019-12-11 04:07:05

问题


I have a bugging problem. For a website I made there are search engine friendly URL's generated. The only problem is there are ß-chars in the url too. Chars like ö, ï, ä, ü etc. are placed correct. But with the ß-char there is a diamond-icon with a questionmark in it.

I thought it had to do with the charset which is used but i've tried both UTF-8 and iso-8859-1. Both without luck.

I need to have the correct character in the url for the readability of deeplinks.


回答1:


Solved the problem with iconv function.



来源:https://stackoverflow.com/questions/2883598/how-do-i-show-non-standard-characters-in-the-address-bar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!