<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>vim_multibyte Google Group</title>
  <link>http://groups.google.com/group/vim_multibyte</link>
  <description>Mutual help group for multibyte, multi-encoding, etc., support for the Vim editor</description>
  <language>en</language>
  <item>
  <title>Re: Combining characters U+035x are not supported?</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/4e408d2815e46fcd?show_docid=4e408d2815e46fcd</link>
  <description>
  There is a script to generate these tables from the Unicode table. &lt;br&gt; I think Markus Kuhn had this. But it should be easy to reproduce with &lt;br&gt; Vim script. &lt;br&gt; Changing all these tables from short to int makes the memory use higher. &lt;br&gt; But adding code to handle two tables won&#39;t be much smaller.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/4e408d2815e46fcd?show_docid=4e408d2815e46fcd</guid>
  <author>
  b...@moolenaar.net
  (Bram Moolenaar)
  </author>
  <pubDate>Mon, 04 Jan 2010 19:17:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: Combining characters U+035x are not supported?</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/5c1c13edbb0ecb07?show_docid=5c1c13edbb0ecb07</link>
  <description>
  I see. I suspect other size changes may have to be done then, not only &lt;br&gt; where the structure is defined but possibly where it is used. I hope &lt;br&gt; Bram is following this whole thread. &lt;br&gt; Best regards, &lt;br&gt; Tony.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/5c1c13edbb0ecb07?show_docid=5c1c13edbb0ecb07</guid>
  <author>
  antoine.mechely...@gmail.com
  (Tony Mechelynck)
  </author>
  <pubDate>Sun, 03 Jan 2010 04:30:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: Combining characters U+035x are not supported?</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/41ba8696adf1d7ed?show_docid=41ba8696adf1d7ed</link>
  <description>
  Because: &lt;br&gt; &amp;lt;code&amp;gt; &lt;br&gt; struct interval &lt;br&gt; { &lt;br&gt; unsigned short first; &lt;br&gt; unsigned short last; &lt;br&gt; &amp;lt;/code&amp;gt; &lt;br&gt; ;) &lt;br&gt; I guess the type can be &amp;quot;int&amp;quot; instead of &amp;quot;unsigned short&amp;quot; now. &lt;br&gt; The patch with all Mn and Me character ranges is attached. &lt;br&gt; Regards, &lt;br&gt; Iông Chun
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/41ba8696adf1d7ed?show_docid=41ba8696adf1d7ed</guid>
  <author>
  yongj...@gmail.com
  (Iông Chun)
  </author>
  <pubDate>Sun, 03 Jan 2010 02:54:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: Combining characters U+035x are not supported?</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/ec0f82d036c64c70?show_docid=ec0f82d036c64c70</link>
  <description>
  Why without codepoint values higher than U+FFFF? Nowadays gvim can &lt;br&gt; diplay them (which wasn&#39;t the case when I started studying Unicode with &lt;br&gt; gvim 6.x). &lt;br&gt; Best regards, &lt;br&gt; Tony.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/ec0f82d036c64c70?show_docid=ec0f82d036c64c70</guid>
  <author>
  antoine.mechely...@gmail.com
  (Tony Mechelynck)
  </author>
  <pubDate>Sat, 02 Jan 2010 16:24:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: Combining characters U+035x are not supported?</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/5e5388a75c1f001d?show_docid=5e5388a75c1f001d</link>
  <description>
  Hi Tony, &lt;br&gt; I should also make use of UnicodeData.txt, instead of looking into every &lt;br&gt; added code point, &lt;br&gt; and check the code charts ;) &lt;br&gt; About Canonical_Combining_Class, from the Standard version 5.2, D52, &lt;br&gt; item#2, I read: &lt;br&gt; &amp;lt;quote&amp;gt; &lt;br&gt; All characters with non-zero canonical combining class are combining charac-
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/5e5388a75c1f001d?show_docid=5e5388a75c1f001d</guid>
  <author>
  yongj...@gmail.com
  (Iông Chun)
  </author>
  <pubDate>Sat, 02 Jan 2010 14:47:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: Combining characters U+035x are not supported?</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/9bc85007636f436d?show_docid=9bc85007636f436d</link>
  <description>
  I&#39;m attaching an extract from the current UnicodeData.txt file where &lt;br&gt; I&#39;ve extracted all codepoints with a nonzero Canonical_Combining_Class &lt;br&gt; (field 3, counting the first field [codepoint number] as field 0). I&#39;m &lt;br&gt; *not* sure that this property coincides with the &amp;quot;combining character&amp;quot; &lt;br&gt; property in the Vim sense, but it&#39;s the best I&#39;ve found. You can check
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/9bc85007636f436d?show_docid=9bc85007636f436d</guid>
  <author>
  antoine.mechely...@gmail.com
  (Tony Mechelynck)
  </author>
  <pubDate>Sat, 02 Jan 2010 11:01:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: Combining characters U+035x are not supported?</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/1c06f29a576d7852?show_docid=1c06f29a576d7852</link>
  <description>
  Hi all, &lt;br&gt; This is a patch to update combining character table from Unicode 5.2. &lt;br&gt; I add these by eyes and hands, so there might be errors ;) &lt;br&gt; &amp;lt;patch&amp;gt; &lt;br&gt; --- work/vim72/src/mbyte.c.bak	2010-01-02 13:33:40.000000000 +0800 &lt;br&gt; +++ work/vim72/src/mbyte.c	2010-01-02 18:33:49.000000000 +0800 &lt;br&gt; @@ -1976,35 +1976,64 @@ &lt;br&gt; /* sorted list of non-overlapping intervals */
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/1c06f29a576d7852?show_docid=1c06f29a576d7852</guid>
  <author>
  yongj...@gmail.com
  (Iông Chun)
  </author>
  <pubDate>Sat, 02 Jan 2010 10:43:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: Combining characters U+035x are not supported?</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/62cb2c1c75ed1590?show_docid=62cb2c1c75ed1590</link>
  <description>
  Hi Tony and list, &lt;br&gt; I understand now. &lt;br&gt; Characters ranged from U+0350 to U+0357, and from U+035D to U+035F, &lt;br&gt; are added in Unicode 4.0. &lt;br&gt; Characters ranged from U+0358 (which I used) to U+035C are added even &lt;br&gt; later in Unicode 4.1. &lt;br&gt; Check this from this docuent: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.unicode.org/Public/UNIDATA/DerivedAge.txt&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/62cb2c1c75ed1590?show_docid=62cb2c1c75ed1590</guid>
  <author>
  yongj...@gmail.com
  (Iông Chun)
  </author>
  <pubDate>Sat, 02 Jan 2010 08:30:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: Combining characters U+035x are not supported?</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/5b0688e51145ec21?show_docid=5b0688e51145ec21</link>
  <description>
  According to the current version (5.2) of the Unicode Standard, all &lt;br&gt; codepoints U+0300 to U+036F are indeed combining characters AFAICT, see &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.unicode.org/charts/PDF/U0300.pdf&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; However, those in the range U+0350 to U+035F are particularly &lt;br&gt; &amp;quot;esoteric&amp;quot;, and I believe that it is possible that they were added in a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/5b0688e51145ec21?show_docid=5b0688e51145ec21</guid>
  <author>
  antoine.mechely...@gmail.com
  (Tony Mechelynck)
  </author>
  <pubDate>Sat, 02 Jan 2010 05:25:31 UT
</pubDate>
  </item>
  <item>
  <title>Combining characters U+035x are not supported?</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/a52667b2fd8662d4?show_docid=a52667b2fd8662d4</link>
  <description>
  Happy new year, everyone! &lt;br&gt; I use Vim to edit an input method table these days, and find that &lt;br&gt; it doesn&#39;t work well with one combining character, Unicode U+0358. &lt;br&gt; Using g8 on &amp;quot;capital O with dot above right&amp;quot; shows &amp;quot;4f&amp;quot; only, &lt;br&gt; and the dot is another character (&amp;quot;cd 98&amp;quot;). &lt;br&gt; I look from the source to see how Vim check if a character is a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/a52667b2fd8662d4?show_docid=a52667b2fd8662d4</guid>
  <author>
  yongj...@gmail.com
  (Iông Chun)
  </author>
  <pubDate>Sat, 02 Jan 2010 03:47:12 UT
</pubDate>
  </item>
  <item>
  <title>Printing with utf-8 characters on Windows</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/46895bfb588e7b07/e8a21c4480babfed?show_docid=e8a21c4480babfed</link>
  <description>
  Hello, &lt;br&gt; I cannot get utf-8 characters printed correctly. For example: &lt;br&gt; bột &lt;br&gt; becomes &lt;br&gt; bá»™t &lt;br&gt; My printing options are: &lt;br&gt; set printfont=LMMono10:h10 &amp;quot; This is the LMMono from LaTeX Latin Modern &lt;br&gt; set printoptions=number:y &lt;br&gt; set printencoding=ucs-2le bomb &lt;br&gt; Please help. Thank you!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/46895bfb588e7b07/e8a21c4480babfed?show_docid=e8a21c4480babfed</guid>
  <author>
  thm...@gmail.com
  (Đức Minh Thái)
  </author>
  <pubDate>Sun, 20 Dec 2009 16:36:27 UT
</pubDate>
  </item>
  <item>
  <title>Vim calendar and T-shirt</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/0b46046a210e9279/603c44916d491b56?show_docid=603c44916d491b56</link>
  <description>
  Hello Vim users! &lt;br&gt; &lt;p&gt;The Vim calendar has been updated for 2010. I replaced the info about &lt;br&gt; my old A-A-P project with Zimbu, which you probably find a bit more &lt;br&gt; interesting. You can find the calendar in PDF format, ready to print, &lt;br&gt; here: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.moolenaar.net/#Calendar&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;You can now order a T-shirt and Polo with the Vim logo from Freewear.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/0b46046a210e9279/603c44916d491b56?show_docid=603c44916d491b56</guid>
  <author>
  b...@moolenaar.net
  (Bram Moolenaar)
  </author>
  <pubDate>Sun, 13 Dec 2009 12:44:29 UT
</pubDate>
  </item>
  <item>
  <title>RE: ANSI&lt;&gt;UNICODE and reverse</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/ca152e165216e420/ce9a5467c09ffc7f?show_docid=ce9a5467c09ffc7f</link>
  <description>
  See discussion in vim_use &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/vim_use/browse_thread/thread/cc7e9076fa7d277d&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; John
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/ca152e165216e420/ce9a5467c09ffc7f?show_docid=ce9a5467c09ffc7f</guid>
  <author>
  johnb.beck...@gmail.com
  (John Beckett)
  </author>
  <pubDate>Fri, 06 Nov 2009 02:22:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: ANSI&lt;&gt;UNICODE and reverse</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/ca152e165216e420/65ab3be07b9b0292?show_docid=65ab3be07b9b0292</link>
  <description>
  What&#39;s the value for the option &amp;quot;encoding&amp;quot; ? &lt;br&gt; if the &amp;quot;encoding&amp;quot; is set to utf-8 when you don&#39;t set &amp;quot;fenc&amp;quot; , the file &lt;br&gt; will open with the same encoding as what you set to enc , which should &lt;br&gt; become &#39;utf8&#39; &lt;br&gt; &lt;p&gt;What do you mean for the &amp;quot;The same coding &amp;quot;? &lt;br&gt; The coding is always ANSI or UNICODE?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/ca152e165216e420/65ab3be07b9b0292?show_docid=65ab3be07b9b0292</guid>
  <author>
  winterttr....@gmail.com
  (winterTTr)
  </author>
  <pubDate>Fri, 06 Nov 2009 00:54:24 UT
</pubDate>
  </item>
  <item>
  <title>ANSI&lt;&gt;UNICODE and reverse</title>
  <link>http://groups.google.com/group/vim_multibyte/browse_thread/thread/ca152e165216e420/1796ef7bbd758b98?show_docid=1796ef7bbd758b98</link>
  <description>
  Hi all! &lt;br&gt; I need to perform ANSI/UNICODE commands in my GVIM. &lt;br&gt; I read many docs on the web about and I did set these: &lt;br&gt; &amp;quot;----------------------------- ------------- &lt;br&gt; &amp;quot;	.vimrc includes &lt;br&gt; &amp;quot;---------------------- &lt;br&gt; &amp;quot; (no fileencoding is set in .vimrc) &lt;br&gt; &amp;quot;----------------------------- ------------- &lt;br&gt; &amp;quot;	my menu includes
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_multibyte/browse_thread/thread/ca152e165216e420/1796ef7bbd758b98?show_docid=1796ef7bbd758b98</guid>
  <author>
  win...@people.it
  (wintec Paolo Baruffa)
  </author>
  <pubDate>Thu, 05 Nov 2009 11:56:49 UT
</pubDate>
  </item>
  </channel>
</rss>
