how to decode url for unicode font

2019-09-12 10:24发布

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

标签: unicode utf-8
1条回答
Rolldiameter
2楼-- · 2019-09-12 10:52

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

查看更多
登录 后发表回答