首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴日知己所无的代码贴Java
/**
 * Provides a method to encode any string into a URL-safe
 * form.
 * Non-ASCII characters are first encoded as sequences of
 * two or three bytes, using the UTF-8 algorithm, before being
 * encoded as %HH escapes.
 * <p/>
 * Created: 17 April 1997
 * Author: Bert Bos <bert@w3.org>
 * <p/>
 * URLUTF8Encoder: http://www.w3.org/International/URLUTF8Encoder.java
 * <p/>
......................
阅读全部 | 2015年2月28日 23:12
1
日知己所无