<?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>《理解Java中的字符编码》的评论</title>
	<atom:link href="http://www.javatang.com/archives/2006/04/12/140116.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.javatang.com/archives/2006/04/12/140116.html</link>
	<description>Java Tang</description>
	<lastBuildDate>Wed, 18 Jan 2012 02:51:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：jackaudrey</title>
		<link>http://www.javatang.com/archives/2006/04/12/140116.html/comment-page-1#comment-3841</link>
		<dc:creator>jackaudrey</dc:creator>
		<pubDate>Sun, 20 Nov 2011 13:21:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-3841</guid>
		<description>楼主：这两句是不是写反了
 2. 对于编码名称为encode的字符转换为Unicode的方法为:
   String unicodeString = new String(source.getBytes(), &quot;encode&quot;);
3. 对于Unicode转换为编码名称为encode的字符，其方法为：
  String encodeString = new String(source.getBytes(&quot;encode&quot;));</description>
		<content:encoded><![CDATA[<p>楼主：这两句是不是写反了<br />
 2. 对于编码名称为encode的字符转换为Unicode的方法为:<br />
   String unicodeString = new String(source.getBytes(), “encode”);<br />
3. 对于Unicode转换为编码名称为encode的字符，其方法为：<br />
  String encodeString = new String(source.getBytes(“encode”));</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.javatang.com @ 2012-02-10 09:24:17 -->
