aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
blob: b52946505fedda9fc501a802c9001c7d528e236d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
wtf8
====

Tiny utility for interactive use to inspect the bytes of UTF-8 strings in line
with the characters. Expects a single argument, a string.

    $ LANG=C.UTF-8
    $ export LANG
    $ make
    $ sudo make install
    $ wtf8 test
    74 65 73 74
     t  e  s  t
    $ wtf8 tøást
    74 c3 b8 c3 a1 73 74
     t     ø     á  s  t

Author
------

Tom Ryder <tom@sanctum.geek.nz>

License
-------

MIT (see LICENSE)