<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>范围 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E8%8C%83%E5%9B%B4/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 02 Apr 2010 02:45:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Java中Unicode的中文范围</title>
		<link>https://www.coder4.com/archives/590</link>
					<comments>https://www.coder4.com/archives/590#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 02 Apr 2010 02:45:29 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java && J2EE]]></category>
		<category><![CDATA[Unicode]]></category>
		<category><![CDATA[中文]]></category>
		<category><![CDATA[编码]]></category>
		<category><![CDATA[范围]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=590</guid>

					<description><![CDATA[若要判断是否是中文 只需要用以下代码： for (int i = 0; i &#60; sentence.length(); i++){ char c = sentence.charAt(i); if ((c &#62;= 0x4e00)&#38;&#38;(c &#60;= 0x9fbb)){ System.out.println(&#34;中文&#34;); } } 0000:Basic Latin 基本拉丁语 0080:Latin-1 Supplement 拉丁语-1补遗[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/590/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java中Unicode的中文范围</title>
		<link>https://www.coder4.com/archives/498</link>
					<comments>https://www.coder4.com/archives/498#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 17:08:17 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Unicode]]></category>
		<category><![CDATA[中文]]></category>
		<category><![CDATA[字符集]]></category>
		<category><![CDATA[范围]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=498</guid>

					<description><![CDATA[若要判断是否是中文 只需要用以下代码： for (int i = 0; i &#60; sentence.length(); i++){ char c = sentence.charAt(i); if ((c &#62;= 0x4e00)&#38;&#38;(c &#60;= 0x9fbb)){ System.out.println(&#34;中文&#34;); } } 0000:Basic Latin 基本拉丁语 0080:Latin-1 Supplement 拉丁语-1补遗[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/498/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
