New test.
[mono.git] / mcs / class / I18N / Other / CP1257.cs
index 546da866cd6064cc33beeee42df17044c19d2615..d2f351d8cfb395cbb9b1f105bfcdcb25b95a462e 100644 (file)
@@ -31,6 +31,7 @@ using System;
 using System.Text;
 using I18N.Common;
 
+[Serializable]
 public class CP1257 : ByteEncoding
 {
        public CP1257()
@@ -399,6 +400,7 @@ public class CP1257 : ByteEncoding
 
 }; // class CP1257
 
+[Serializable]
 public class ENCwindows_1257 : CP1257
 {
        public ENCwindows_1257() : base() {}