space is printable
Printing space as a string in graffiti makes a few more graffitis visible
This commit is contained in:
parent
d859bc12f0
commit
dc9ced03f1
|
@ -879,7 +879,7 @@ chronicles.formatIt Checkpoint: it.shortLog
|
|||
|
||||
const
|
||||
# http://facweb.cs.depaul.edu/sjost/it212/documents/ascii-pr.htm
|
||||
PrintableAsciiChars = {'!'..'~'}
|
||||
PrintableAsciiChars = {' '..'~'}
|
||||
|
||||
func `$`*(value: GraffitiBytes): string =
|
||||
result = strip(string.fromBytes(distinctBase value),
|
||||
|
|
Loading…
Reference in New Issue