This commit is contained in:
aarne
2008-05-06 16:47:44 +00:00
parent 37fc382653
commit 8df24c43e5
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: