how to decode url for unicode font

2019-09-12 10:04发布

问题:

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



标签: unicode utf-8