<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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>locale &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/locale/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Mon, 09 Apr 2012 15:53:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>svn: Can&#8217;t convert string from &#8216;UTF-8&#8217; to native encoding:</title>
		<link>https://arunns.net/svn-cant-convert-string-from-utf-8-to-native-encoding/</link>
					<comments>https://arunns.net/svn-cant-convert-string-from-utf-8-to-native-encoding/#comments</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Mon, 09 Apr 2012 15:53:21 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC OS X]]></category>
		<category><![CDATA[locale]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=579</guid>

					<description><![CDATA["svn: Can't convert string from 'UTF-8' to native encoding:" This usually happens with special characters in the file name, which the client cannot understand. Just set proper locale in the client to fix this issues, $ export LC_CTYPE=en_US.UTF-8 // make sure the locale is properly set. $ locale LC_CTYPE=en_US.UTF-8 ./arun]]></description>
										<content:encoded><![CDATA[<pre>"svn: Can't convert string from 'UTF-8' to native encoding:"</pre>
<p>This usually happens with special characters in the file name, which the client cannot understand.</p>
<p>Just set proper locale in the client to fix this issues,</p>
<blockquote>
<pre>$ export LC_CTYPE=en_US.UTF-8
// make sure the locale is properly set.
$ locale
LC_CTYPE=en_US.UTF-8

</pre>
</blockquote>
<p>./arun</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/svn-cant-convert-string-from-utf-8-to-native-encoding/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
