merged
authorwenzelm
Mon, 26 Mar 2012 21:03:30 +0200
changeset 4800489b13238d7f2
parent 48001 bef6bc52a32e
parent 48003 0e45e363306c
child 48005 28c1db43d4d0
child 48014 212f7a975d49
child 48027 861f53bd95fe
merged
     1.1 --- a/src/Pure/General/symbol.scala	Mon Mar 26 21:00:39 2012 +0200
     1.2 +++ b/src/Pure/General/symbol.scala	Mon Mar 26 21:03:30 2012 +0200
     1.3 @@ -347,7 +347,7 @@
     1.4        "\\<^isub>", "\\<^isup>")
     1.5  
     1.6      val blanks =
     1.7 -      recode_set(space, "\t", "\n", "\u000B", "\f", "\r", "\\<spacespace>", "\\<^newline>")
     1.8 +      recode_set(space, "\t", "\n", "\u000B", "\f", "\r", "\r\n", "\\<spacespace>", "\\<^newline>")
     1.9  
    1.10      val sym_chars =
    1.11        Set("!", "#", "$", "%", "&", "*", "+", "-", "/", "<", "=", ">", "?", "@", "^", "_", "|", "~")