From a4ab950330b99315340dd92af96a47138895d911 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 14 Jul 2009 11:19:50 +0000 Subject: [PATCH] *** empty log message *** --- chartab.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chartab.cs b/chartab.cs index 78e2a29..02c7485 100644 --- a/chartab.cs +++ b/chartab.cs @@ -16,6 +16,7 @@ public class Test tbl[0x1000] = MSymbol.Of ("test-1000"); tbl[0x2070, 0x4001] = MSymbol.t; + tbl[0x3740] = MSymbol.nil; Console.WriteLine ("# Direct access by tbl[CHAR]"); Console.WriteLine ("0x100:{0}, 0x1000:{1}", tbl[0x100], tbl[0x1000]); @@ -26,7 +27,7 @@ public class Test foreach (MCharRange range in tbl) Console.WriteLine (range); - Console.WriteLine ("# Using CharRange from U+3000 to U+0"); + Console.WriteLine ("# Using MCharRange from U+3000 to U+0"); MCharRange r = new MCharRange (0x3000, tbl); do { Console.WriteLine (r); -- 1.7.10.4