chiark / gitweb /
shared: utf8 - support decoding the full utf16
authorTom Gundersen <teg@jklm.no>
Mon, 22 Dec 2014 11:57:05 +0000 (12:57 +0100)
committerTom Gundersen <teg@jklm.no>
Mon, 22 Dec 2014 19:26:53 +0000 (20:26 +0100)
commit04166cb7dd90918385835f246c43d8ec22af0d68
treef5877cd3e9c5edd3b37c6cdc9d229c79a40ade31
parent2bb4c7e384c31de4727f1330da3f4de2f0bb7784
shared: utf8 - support decoding the full utf16

We originally only supported the BMP (i.e., we treated UTF-16 as UCS-2).
src/shared/utf8.c
src/shared/utf8.h
src/test/test-utf8.c