如何在地址栏中显示非标准字符?

发布于 2024-09-02 09:29:06 字数 196 浏览 5 评论 0原文

我有一个窃听问题。对于我制作的网站,会生成搜索引擎友好的 URL。唯一的问题是 url 中也有 ß 字符。 ö、ï、ä、ü 等字符放置正确。但对于 ß-char,有一个带有问号的菱形图标。

我认为这与使用的字符集有关,但我尝试过 UTF-8 和 iso-8859-1。两者都没有运气。

我需要在 url 中包含正确的字符,以确保深层链接的可读性。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

作业与我同在 2024-09-09 09:29:06

解决了 iconv 函数的问题。

Solved the problem with iconv function.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文