Y
Hacker News
new
|
ask
|
show
|
jobs
by
fijiaarone
620 days ago
There is no reason those ascii characters need to stay unprintable. You could use other characters like an interpunct, silcrow, or down carat.
1 comments
eqvinox
620 days ago
There is in fact a reason those ASCII 'characters' should stay unprintable: the 0x00-0x1f (except Tab, CR, LF) range is explicitly excluded as invalid in a whole bunch of standards, e.g. XML.
link