implement uchar.h (C11 UTF-16/32 conversion) interfaces
authorRich Felker <dalias@aerifal.cx>
Tue, 14 Oct 2014 00:59:42 +0000 (20:59 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 14 Oct 2014 00:59:42 +0000 (20:59 -0400)
commitab9672ae73248f51e30f4553c4b8878525e46383
treefd3cfee2bcc10a64b83009af92f0de09703dfa75
parent00548408398ced546c540dab773ea66cea4fe1c2
implement uchar.h (C11 UTF-16/32 conversion) interfaces
include/alltypes.h.in
include/uchar.h [new file with mode: 0644]
include/wchar.h
src/multibyte/c16rtomb.c [new file with mode: 0644]
src/multibyte/c32rtomb.c [new file with mode: 0644]
src/multibyte/mbrtoc16.c [new file with mode: 0644]
src/multibyte/mbrtoc32.c [new file with mode: 0644]