README (168B)
1 I couldn't find a simple utility to convert hex to UTF-8 and so 2 made my own. 3 4 As an example: 5 6 $ atou 0x21 0x2014 7 ! 8 — # (em-dash) 9 10 Note the leading 0x is optional.
atouConvert ASCII hex numbers to UTF-8 character | |
git clone git://jacobedwards.org/atou | |
Log | Files | Refs | README | LICENSE |