src/Pure/General/symbol.scala
changeset 61174 74eddfef841e
parent 60215 5fb4990dfc73
child 61376 93224745477f
--- a/src/Pure/General/symbol.scala	Mon Sep 14 16:44:09 2015 +0200
+++ b/src/Pure/General/symbol.scala	Mon Sep 14 17:39:29 2015 +0200
@@ -289,7 +289,7 @@
         props match {
           case Nil => Nil
           case _ :: Nil => err()
-          case Key(x) :: y :: rest => (x -> y) :: read_props(rest)
+          case Key(x) :: y :: rest => (x -> y.replace('\u2423', ' ')) :: read_props(rest)
           case _ => err()
         }
       }