*** empty log message ***
[m17n/m17n-lib-cs.git] / MPlist.cs
index 35cafd8..6b89ac1 100644 (file)
--- a/MPlist.cs
+++ b/MPlist.cs
@@ -688,7 +688,7 @@ namespace M17N.Core
          val = new MPlist (this);
          key = MSymbol.plist;
        }
-      else if (c == '"' || c == '\\')
+      else if (c == '"')
        {
          MText mt;
          ReadMText (out mt);