<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/vim_multibyte</id>
  <title type="text">vim_multibyte Google Group</title>
  <subtitle type="text">
  Mutual help group for multibyte, multi-encoding, etc., support for the Vim editor
  </subtitle>
  <link href="/group/vim_multibyte/feed/atom_v1_0_msgs.xml" rel="self" title="vim_multibyte feed"/>
  <updated>2010-01-04T19:17:31Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Bram Moolenaar</name>
  <email>b...@moolenaar.net</email>
  </author>
  <updated>2010-01-04T19:17:31Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/4e408d2815e46fcd?show_docid=4e408d2815e46fcd</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/4e408d2815e46fcd?show_docid=4e408d2815e46fcd"/>
  <title type="text">Re: Combining characters U+035x are not supported?</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tony Mechelynck</name>
  <email>antoine.mechely...@gmail.com</email>
  </author>
  <updated>2010-01-03T04:30:16Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/5c1c13edbb0ecb07?show_docid=5c1c13edbb0ecb07</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/5c1c13edbb0ecb07?show_docid=5c1c13edbb0ecb07"/>
  <title type="text">Re: Combining characters U+035x are not supported?</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Iông Chun</name>
  <email>yongj...@gmail.com</email>
  </author>
  <updated>2010-01-03T02:54:36Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/41ba8696adf1d7ed?show_docid=41ba8696adf1d7ed</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/41ba8696adf1d7ed?show_docid=41ba8696adf1d7ed"/>
  <title type="text">Re: Combining characters U+035x are not supported?</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tony Mechelynck</name>
  <email>antoine.mechely...@gmail.com</email>
  </author>
  <updated>2010-01-02T16:24:16Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/ec0f82d036c64c70?show_docid=ec0f82d036c64c70</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/ec0f82d036c64c70?show_docid=ec0f82d036c64c70"/>
  <title type="text">Re: Combining characters U+035x are not supported?</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Iông Chun</name>
  <email>yongj...@gmail.com</email>
  </author>
  <updated>2010-01-02T14:47:39Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/5e5388a75c1f001d?show_docid=5e5388a75c1f001d</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/5e5388a75c1f001d?show_docid=5e5388a75c1f001d"/>
  <title type="text">Re: Combining characters U+035x are not supported?</title>
  <summary type="html" xml:space="preserve">
  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-
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tony Mechelynck</name>
  <email>antoine.mechely...@gmail.com</email>
  </author>
  <updated>2010-01-02T11:01:26Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/9bc85007636f436d?show_docid=9bc85007636f436d</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/9bc85007636f436d?show_docid=9bc85007636f436d"/>
  <title type="text">Re: Combining characters U+035x are not supported?</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Iông Chun</name>
  <email>yongj...@gmail.com</email>
  </author>
  <updated>2010-01-02T10:43:49Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/1c06f29a576d7852?show_docid=1c06f29a576d7852</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/1c06f29a576d7852?show_docid=1c06f29a576d7852"/>
  <title type="text">Re: Combining characters U+035x are not supported?</title>
  <summary type="html" xml:space="preserve">
  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 */
  </summary>
  </entry>
  <entry>
  <author>
  <name>Iông Chun</name>
  <email>yongj...@gmail.com</email>
  </author>
  <updated>2010-01-02T08:30:11Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/62cb2c1c75ed1590?show_docid=62cb2c1c75ed1590</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/62cb2c1c75ed1590?show_docid=62cb2c1c75ed1590"/>
  <title type="text">Re: Combining characters U+035x are not supported?</title>
  <summary type="html" xml:space="preserve">
  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;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tony Mechelynck</name>
  <email>antoine.mechely...@gmail.com</email>
  </author>
  <updated>2010-01-02T05:25:31Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/5b0688e51145ec21?show_docid=5b0688e51145ec21</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/5b0688e51145ec21?show_docid=5b0688e51145ec21"/>
  <title type="text">Re: Combining characters U+035x are not supported?</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Iông Chun</name>
  <email>yongj...@gmail.com</email>
  </author>
  <updated>2010-01-02T03:47:12Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/a52667b2fd8662d4?show_docid=a52667b2fd8662d4</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/8f63dc56ac853c9d/a52667b2fd8662d4?show_docid=a52667b2fd8662d4"/>
  <title type="text">Combining characters U+035x are not supported?</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Đức Minh Thái</name>
  <email>thm...@gmail.com</email>
  </author>
  <updated>2009-12-20T16:36:27Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/46895bfb588e7b07/e8a21c4480babfed?show_docid=e8a21c4480babfed</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/46895bfb588e7b07/e8a21c4480babfed?show_docid=e8a21c4480babfed"/>
  <title type="text">Printing with utf-8 characters on Windows</title>
  <summary type="html" xml:space="preserve">
  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!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bram Moolenaar</name>
  <email>b...@moolenaar.net</email>
  </author>
  <updated>2009-12-13T12:44:29Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/0b46046a210e9279/603c44916d491b56?show_docid=603c44916d491b56</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/0b46046a210e9279/603c44916d491b56?show_docid=603c44916d491b56"/>
  <title type="text">Vim calendar and T-shirt</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Beckett</name>
  <email>johnb.beck...@gmail.com</email>
  </author>
  <updated>2009-11-06T02:22:46Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/ca152e165216e420/ce9a5467c09ffc7f?show_docid=ce9a5467c09ffc7f</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/ca152e165216e420/ce9a5467c09ffc7f?show_docid=ce9a5467c09ffc7f"/>
  <title type="text">RE: ANSI&lt;&gt;UNICODE and reverse</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>winterTTr</name>
  <email>winterttr....@gmail.com</email>
  </author>
  <updated>2009-11-06T00:54:24Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/ca152e165216e420/65ab3be07b9b0292?show_docid=65ab3be07b9b0292</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/ca152e165216e420/65ab3be07b9b0292?show_docid=65ab3be07b9b0292"/>
  <title type="text">Re: ANSI&lt;&gt;UNICODE and reverse</title>
  <summary type="html" xml:space="preserve">
  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?
  </summary>
  </entry>
  <entry>
  <author>
  <name>wintec Paolo Baruffa</name>
  <email>win...@people.it</email>
  </author>
  <updated>2009-11-05T11:56:49Z</updated>
  <id>http://groups.google.com/group/vim_multibyte/browse_thread/thread/ca152e165216e420/1796ef7bbd758b98?show_docid=1796ef7bbd758b98</id>
  <link href="http://groups.google.com/group/vim_multibyte/browse_thread/thread/ca152e165216e420/1796ef7bbd758b98?show_docid=1796ef7bbd758b98"/>
  <title type="text">ANSI&lt;&gt;UNICODE and reverse</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
</feed>
