Merge pull request #571 from igotti-google/jt2
[mono.git] / mcs / class / I18N / CJK / DbcsConvert.cs
index 99f023d2de25a5146ea65931ec0a2454e8a04328..277f45c8b6dd6ef09a077cd5ec9c42774d204022 100644 (file)
@@ -3,6 +3,7 @@
 //
 // Author:
 //   Alan Tam Siu Lung (Tam@SiuLung.com)
+//   Atsushi Enomoto  <atsushi@ximian.com>
 //
 
 using System;
@@ -26,5 +27,12 @@ namespace I18N.CJK
                                u2n = table.GetSection(2);
                        }
                }
+
+               internal static readonly DbcsConvert Gb2312 =
+                       new DbcsConvert ("gb2312.table");
+               internal static readonly DbcsConvert Big5 =
+                       new DbcsConvert ("big5.table");
+               internal static readonly DbcsConvert KS =
+                       new DbcsConvert ("ks.table");
        }
 }