Sharepoint 更改 URL 特殊字符
我有一个存储在 Sharepoint“文档链接”中的 URL,其中包含十六进制形式的北欧字符“Ø”(%D8)。 Sharepoint 正在对 % 符号进行编码(从而使其成为 %25D8)。
如果我直接在地址栏中输入 URL,则效果很好。 如果我不对它进行 URL 编码,我仍然会遇到同样的问题。 有人有什么想法吗?
I have a URL stored in a Sharepoint 'Link to a document' that contains the Nordic Character 'Ø' as hex(%D8). Sharepoint is encoding the % symbol, (thus making it %25D8).
If I enter the URL directly into an address bar, it works fine.
If I don't URL encode it, I still get the same problem.
Anybody got any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那么,如果 URL 在 URL 中存储为“Ø”而不是已经对其进行编码,会发生什么情况?
另外,您是否正在运行任何特殊的进程来为您存储它?因为如果您没有任何与之交互的自定义代码,那么最好在 serverfault.com 上询问。
So what happens if the URL is stored as 'Ø' in the URL instead of already having it encoded?
Also do you have any special process running that stores it for you? Because if you don't have any custom code interacting with this, this is probably better asked on serverfault.com.