Move out the body of the conversion function to a compilation unit of its own.
authorBruno Haible <bruno@clisp.org>
Mon, 8 Jan 2007 20:35:06 +0000 (20:35 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 8 Jan 2007 20:35:06 +0000 (20:35 +0000)
commitc319d937dd79856ef77368026070028d492046f6
tree452c32318ec16ed3c64ed0ff7ada792143b7cf65
parentdcab3e21d7163e0ccdef60ddfc340e0072abafab
Move out the body of the conversion function to a compilation unit of its own.
Use unitypes.h.
13 files changed:
ChangeLog
lib/ucs4-utf16.h
lib/ucs4-utf8.h
lib/unistr/ucs4-utf16.c [new file with mode: 0644]
lib/unistr/ucs4-utf8.c [new file with mode: 0644]
lib/unistr/utf16-ucs4.c [new file with mode: 0644]
lib/unistr/utf8-ucs4.c [new file with mode: 0644]
lib/utf16-ucs4.h
lib/utf8-ucs4.h
modules/ucs4-utf16
modules/ucs4-utf8
modules/utf16-ucs4
modules/utf8-ucs4