garabik / unicode

display unicode character properties
Other
65 stars 20 forks source link

Special case control chars #6

Closed raylu closed 8 years ago

raylu commented 8 years ago

unicode 0x07 outputs a bell, for example

pchar is stuck right into the format string but should probably get special handling. this would allow me to easily embed the output with pchar into other apps (an irc bot that responds to "!unicode", in particular)

alchzh commented 8 years ago

i'm having a hard time understanding the code here... hard to follow what is actually happening. Will get to this eventually

--jfault

garabik commented 8 years ago

You have good point, thanks for bringing this out. Sorry if my code is a bit difficult to read :-)