merged
authorwenzelm
Mon, 26 Mar 2012 20:45:59 +0200
changeset 47130 0e45e363306c
parent 47129 bd1679890503 (current diff)
parent 47121 fb5764df8a9c (diff)
child 47133 89b13238d7f2
merged
--- a/src/Pure/General/symbol.scala	Mon Mar 26 20:11:27 2012 +0200
+++ b/src/Pure/General/symbol.scala	Mon Mar 26 20:45:59 2012 +0200
@@ -347,7 +347,7 @@
       "\\<^isub>", "\\<^isup>")
 
     val blanks =
-      recode_set(space, "\t", "\n", "\u000B", "\f", "\r", "\\<spacespace>", "\\<^newline>")
+      recode_set(space, "\t", "\n", "\u000B", "\f", "\r", "\r\n", "\\<spacespace>", "\\<^newline>")
 
     val sym_chars =
       Set("!", "#", "$", "%", "&", "*", "+", "-", "/", "<", "=", ">", "?", "@", "^", "_", "|", "~")