]> git.ozlabs.org Git - ccan/commit
ccan/utf8: new module.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 18 Jun 2018 10:42:46 +0000 (20:12 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 18 Jun 2018 10:42:46 +0000 (20:12 +0930)
commitac8694de3ef34483ce02811c1ba45096ee547a5f
treebbbd29858891bbdf17025cf589c31829a30613e9
parentaa0c1ec1f5919e46a5afb0033f0282625d8bb803
ccan/utf8: new module.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/utf8/LICENSE [new symlink]
ccan/utf8/_info [new file with mode: 0644]
ccan/utf8/test/run-decode.c [new file with mode: 0644]
ccan/utf8/test/run-encode-decode.c [new file with mode: 0644]
ccan/utf8/test/run-encode.c [new file with mode: 0644]
ccan/utf8/utf8.c [new file with mode: 0644]
ccan/utf8/utf8.h [new file with mode: 0644]