URL Escaped Encoding Decoder 1.0

许可: 免费 ‎文件大小: 128.62 KB
‎用户评分: 3.0/5 - ‎1 ‎评分

它用于解码转义编码 URL。 转义编码(有时称为百分比编码)是表示 URI 中可能需要特殊语法处理才能正确解释的字符的标准。它使用三个字符的序列对要解释的字符进行编码。此三重序列由百分比字符 % 后跟表示原始字符的八进制代码的两个十六进制数字组成。例如,US-ASCII 字符集表示具有八进制代码 32 或十六进制 20 的空间。因此,其 URL 编码的表示形式为 %20。 应用程序可能会自动转义保留和未保留的字符,或自动取消转义转义的转义编码序列在 URI 中,如果有可能错误地解释远程应用程序。此转换可能是由于字符的位置或转义编码序列在 URI 中。例如,在 http URL 路径中,有时使用 "%7e" 而不是 ""但两者等效于 http URL。 由于 百分比"%" 字符始终具有作为转义指标的保留目的,因此它必须转义为"%25"以便用作 URI 中的数据。URI 编码的 RFC 建议注意不要转义或取消转义同一字符串不止一次,因为取消转义已取消转义的字符串可能会导致将百分比数据字符误解为另一个转义字符,反之亦然,在转义已转义的字符串的情况下。 有用的字符转义代码: 空间 %20 %3C > %3E # %23 % %25 • %7B + %7D | %7C %5C = %5E ± %7E + %5B • %5D ' %60 ; %3B / %2F ? %3F : %3A @ %40 ± %3D %26 $ %24

版本历史记录

  • 版本 1.0 发布于 2006-08-06

软件信息

终端用户许可协议

End-User Software License Agreement 1) Copyright 2006 by BossEye Inc. All rights not specifically granted in this documentation are reserved. The unregistered shareware version may be freely distributed in any way, electronically via BBS, Internet or any other On-line Services, by means of diskettes or CD-ROM's, etc. It is strictly prohibited to alter the program and likewise to add or delete files. 2) BossEye SOFTWARE IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING OR MISUSING THIS SOFTWARE. 3) Other product and company names appearing in this product and materials are used for identification purposes only and may be trademarks or registered trademarks of their respective companies. Registered and unregistered trademarks used in this program are the exclusive property of their respective owners. 4) Any other trademarks are property of their owners. BossEye Inc. 8/6/2006