<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Java的HTML的URL字符编码转换为Java字符串的函数</title>
	<atom:link href="http://blog.minidx.com/2008/02/25/512.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com/2008/02/25/512.html</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Mon, 22 Mar 2010 02:58:17 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jean</title>
		<link>http://blog.minidx.com/2008/02/25/512.html/comment-page-1#comment-10790</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Mon, 02 Mar 2009 06:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/25/512.html#comment-10790</guid>
		<description>i use this regular expression instead:

mbs = &quot;&amp;#x([0123456789abcdef]+);&quot;

thank u for this sample.</description>
		<content:encoded><![CDATA[<p>i use this regular expression instead:</p>
<p>mbs = &#8220;&amp;#x([0123456789abcdef]+);&#8221;</p>
<p>thank u for this sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 将任意的非ASCII字符串进行HTML的URL编码 - 全文检索博客</title>
		<link>http://blog.minidx.com/2008/02/25/512.html/comment-page-1#comment-3492</link>
		<dc:creator>将任意的非ASCII字符串进行HTML的URL编码 - 全文检索博客</dc:creator>
		<pubDate>Thu, 28 Feb 2008 15:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/25/512.html#comment-3492</guid>
		<description>[...] 在Java的HTML的URL字符编码转换为Java字符串的函数中，介绍了将HTML的字符串转换为Java中的字符串(String)的操作,相反的，我们也需要将一些字符串编码为HTML的形式，否则由某些字符组成的URL并不能将你带到期望的Page中去。下面是具体的代码，读懂它同样需要一定的计算机文字编码的功底，否则可能会看得一头雾水，纯粹使用的话那把下面URLUTF8Encoder类加到自己的工程中就可以正常使用了，:) [...]</description>
		<content:encoded><![CDATA[<p>[...] 在Java的HTML的URL字符编码转换为Java字符串的函数中，介绍了将HTML的字符串转换为Java中的字符串(String)的操作,相反的，我们也需要将一些字符串编码为HTML的形式，否则由某些字符组成的URL并不能将你带到期望的Page中去。下面是具体的代码，读懂它同样需要一定的计算机文字编码的功底，否则可能会看得一头雾水，纯粹使用的话那把下面URLUTF8Encoder类加到自己的工程中就可以正常使用了，:) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
