<?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: Very large push to RText SVN</title>
	<atom:link href="http://fifesoft.com/blog/?feed=rss2&#038;p=266" rel="self" type="application/rss+xml" />
	<link>http://fifesoft.com/blog/?p=266</link>
	<description>Another boring blog about software</description>
	<lastBuildDate>Sun, 27 Jan 2013 03:31:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: mnru</title>
		<link>http://fifesoft.com/blog/?p=266&#038;cpage=1#comment-902</link>
		<dc:creator>mnru</dc:creator>
		<pubDate>Fri, 06 Aug 2010 06:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=266#comment-902</guid>
		<description><![CDATA[As you mentioned , I can select UTF-8 by file chooser, but it&#039;s troublesome.
I hope RText has the setting the file which includes non-Ascii charactors is interpreted as .Ithink  Scala code which includes Japanese charactors tends to be written in UTF-8,and other langguage for JVM code
which include non-Ascii charactors tends to be written in UTF-8 too.
So  this need is pretty large, I think.]]></description>
		<content:encoded><![CDATA[<p>As you mentioned , I can select UTF-8 by file chooser, but it&#8217;s troublesome.<br />
I hope RText has the setting the file which includes non-Ascii charactors is interpreted as .Ithink  Scala code which includes Japanese charactors tends to be written in UTF-8,and other langguage for JVM code<br />
which include non-Ascii charactors tends to be written in UTF-8 too.<br />
So  this need is pretty large, I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://fifesoft.com/blog/?p=266&#038;cpage=1#comment-901</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 05 Aug 2010 04:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=266#comment-901</guid>
		<description><![CDATA[That&#039;s only because RText only looks for a BOM to try to auto-detect a file&#039;s encoding.  If no BOM is found (as in a UTF-8 file with no BOM), it&#039;ll assume it&#039;s the system default encoding.  You&#039;ll have to manually select &quot;UTF-8&quot; as the encoding in the file chooser to open the file properly in that case.

Some editors are smart, and even if there is no BOM in a file, they&#039;ll scan the file&#039;s contents for Unicode sequences and try to pick an appropriate Unicode if one is found.  Is this what you were hoping RText would do?  If so, then please open a feature request here:

https://sourceforge.net/tracker/?group_id=95266&amp;atid=610807

Note this still wouldn&#039;t be fool-proof, as if you saved a file as UTF-8 with no BOM, but the file contained all ASCII characters (for example), an editor would still determine the file to be the system encoding (assuming the system encoding was ASCII-based).

Does manually selecting &quot;UTF-8&quot; when opening the file in the file chooser work for you?]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s only because RText only looks for a BOM to try to auto-detect a file&#8217;s encoding.  If no BOM is found (as in a UTF-8 file with no BOM), it&#8217;ll assume it&#8217;s the system default encoding.  You&#8217;ll have to manually select &#8220;UTF-8&#8243; as the encoding in the file chooser to open the file properly in that case.</p>
<p>Some editors are smart, and even if there is no BOM in a file, they&#8217;ll scan the file&#8217;s contents for Unicode sequences and try to pick an appropriate Unicode if one is found.  Is this what you were hoping RText would do?  If so, then please open a feature request here:</p>
<p><a href="https://sourceforge.net/tracker/?group_id=95266&#038;atid=610807" rel="nofollow">https://sourceforge.net/tracker/?group_id=95266&#038;atid=610807</a></p>
<p>Note this still wouldn&#8217;t be fool-proof, as if you saved a file as UTF-8 with no BOM, but the file contained all ASCII characters (for example), an editor would still determine the file to be the system encoding (assuming the system encoding was ASCII-based).</p>
<p>Does manually selecting &#8220;UTF-8&#8243; when opening the file in the file chooser work for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mnru</title>
		<link>http://fifesoft.com/blog/?p=266&#038;cpage=1#comment-900</link>
		<dc:creator>mnru</dc:creator>
		<pubDate>Wed, 04 Aug 2010 12:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=266#comment-900</guid>
		<description><![CDATA[my environment is Japanese windows 7 . So without unchecking “Include a BOM when writing UTF-8 files”,  UTF-8 files is interpreted as windows 31j .]]></description>
		<content:encoded><![CDATA[<p>my environment is Japanese windows 7 . So without unchecking “Include a BOM when writing UTF-8 files”,  UTF-8 files is interpreted as windows 31j .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://fifesoft.com/blog/?p=266&#038;cpage=1#comment-898</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 02 Aug 2010 03:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=266#comment-898</guid>
		<description><![CDATA[Hi mnru,

Have you tried going to:

Edit -&gt; Options -&gt; General

And unchecking &quot;Include a BOM when writing UTF-8 files&quot;?

I believe that on Windows, RText defaults this value to be &quot;true&quot;, but everywhere else it defaults to &quot;false&quot;, to mimic Notepad&#039;s behavior on Windows.  You may need to uncheck it for your needs.]]></description>
		<content:encoded><![CDATA[<p>Hi mnru,</p>
<p>Have you tried going to:</p>
<p>Edit -> Options -> General</p>
<p>And unchecking &#8220;Include a BOM when writing UTF-8 files&#8221;?</p>
<p>I believe that on Windows, RText defaults this value to be &#8220;true&#8221;, but everywhere else it defaults to &#8220;false&#8221;, to mimic Notepad&#8217;s behavior on Windows.  You may need to uncheck it for your needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mnru</title>
		<link>http://fifesoft.com/blog/?p=266&#038;cpage=1#comment-897</link>
		<dc:creator>mnru</dc:creator>
		<pubDate>Mon, 02 Aug 2010 03:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=266#comment-897</guid>
		<description><![CDATA[I hope next version Rtext can save in utf-8 without BOM as default. Because Scala compiler can&#039;t compile with BOM.]]></description>
		<content:encoded><![CDATA[<p>I hope next version Rtext can save in utf-8 without BOM as default. Because Scala compiler can&#8217;t compile with BOM.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
