This commit is contained in:
aarne
2008-05-06 16:47:44 +00:00
parent c78791b62e
commit c4a3cd633e
2 changed files with 3 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ encode s = case s of
"*" -> 0x0902
" " -> space
"\n" -> fromEnum '\n'
_ -> 0x093e --- a: