<?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>zoombody &#187; ubuntu</title>
	<atom:link href="http://zoombody.com/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://zoombody.com</link>
	<description>by Dan Rice</description>
	<lastBuildDate>Fri, 30 Jul 2010 15:37:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix funky Samba filenames</title>
		<link>http://zoombody.com/articles/fix-funky-samba-filenames</link>
		<comments>http://zoombody.com/articles/fix-funky-samba-filenames#comments</comments>
		<pubDate>Fri, 05 Dec 2008 02:21:43 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://zoombody.com/?p=39</guid>
		<description><![CDATA[While I was ssh&#8217;ed into my file server, I noticed that the files on my Samba shares were messed up &#8212; for example, &#8220;B&#233;la Fleck and the Flecktones&#8221; would appear as &#8220;B&#195;&#169;la Fleck and the Flecktones&#8221; &#8212; though everything was OK when looking at the shares as a client. After spending a lot of time [...]]]></description>
			<content:encoded><![CDATA[<p>While I was ssh&#8217;ed into my file server, I noticed that the files on my Samba shares were messed up &#8212; for example, &#8220;B&eacute;la Fleck and the Flecktones&#8221; would appear as &#8220;B&Atilde;&copy;la Fleck and the Flecktones&#8221; &#8212; though everything was OK when looking at the shares as a client. After spending a lot of time messing around with code pages and character sets in my smb.conf, e.g.</p>

<div class="wp_syntax"><div class="code"><pre class="text text" style="font-family:monospace;">[global]
   dos charset = CP850
   unix charset = iso8859-1
   display charset = LOCALE</pre></div></div>

<p>I finally ran across <a href="http://forum.soft32.com/linux/german-characters-ftopict368233.html#846610">an old mailing list posting that told me the secret</a>: set my terminal to UTF-8 (to match the default character set of my Ubuntu server). Duh. I went into my <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a> settings (yes, I was in Windows) and changed it from ISO-8859-1 to UTF-8. Muuuch better. Forget that smb.conf stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://zoombody.com/articles/fix-funky-samba-filenames/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
