<rss version="2.0">
  <channel>
    <title>Haberdasher patches (NEW)</title>
    <link>http://haberdasherhq.org</link>
    <description>Patches for NEW</description>
    <language>en-en</language>
    <item>
      <title>NEW - Some fake change, normal diff</title>
      <description>&lt;pre&gt;1,2c1,2
&lt; Hello, World!
&lt; -------------
---
&gt; Hello, Universe!
&gt; ================
6a7,8
&gt;
&gt; Some really crazy ideas about ruling the world and conquering the Universe.
&lt;/pre&gt;</description>
      <pubDate>Mon, 15 Oct 2007 22:40:56 +0100</pubDate>
      <link>http://haberdasherhq.org/demo/patches/show/12</link>
      <guid>http://haberdasherhq.org/demo/patches/show/12</guid>
    </item>
    <item>
      <title>NEW - Add basic locale support</title>
      <description>&lt;pre&gt;*** src/new.c.old	2003-02-13 11:52:17.000000000 +0000
--- src/new.c	2003-02-13 12:07:21.000000000 +0000
***************
*** 31,36 ****
--- 31,37 ----
  #include &lt;template.h&gt;
  #include &lt;limits.h&gt;
  #include &lt;pair.h&gt;
+ #include &lt;locale.h&gt;
  
  extern char *usage_new;
  
***************
*** 131,136 ****
--- 132,138 ----
      settings_t settings;
      parse_args(argc, argv, &amp;settings);
      template_init();
+     setlocale(LC_ALL, "");
      if (!template_set_global_dir(GLOBAL_TEMPLATE_DIR)) {
  	template_perror("Error setting global template dir");
  	exit(EXIT_FAILURE);
&lt;/pre&gt;</description>
      <pubDate>Mon, 28 Aug 2006 18:35:15 +0100</pubDate>
      <link>http://haberdasherhq.org/demo/patches/show/6</link>
      <guid>http://haberdasherhq.org/demo/patches/show/6</guid>
    </item>
  </channel>
</rss>
