예제 #1
0
        public static bool Prefix(int codepage, ref Encoding __result)
        {
            if (!Main.Enabled || codepage != 437)
            {
                return(true);
            }

            __result = new I18N.West.CP437();
            return(false);
        }
예제 #2
0
 public App()
 {
     // Dummy code to add I18N and West to the apk
     var ignore = new I18N.West.CP437();
 }