how to decode url for unicode font

南笙酒味 提交于 2020-01-06 08:47:09

问题


I have been developing an asp application. I want to use response.charset that uses "UTF-8". I try to encode a unicode string by using server.urlencode. It is showed like this "%e3%81%a4%e3%82%". I got a problem this. I don't know how to decode url. Please, help me


回答1:


This may help you, there is a tutorial and a tool that can decode the encoded URLs you can check it out here



来源:https://stackoverflow.com/questions/6515223/how-to-decode-url-for-unicode-font

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