util-linux/libblkid
Pali Rohár f8b9b74394 libblkid: Fix UTF-16 support in function blkid_encode_to_utf8()
Function blkid_encode_to_utf8() says that is supports BLKID_ENC_UTF16LE and
BLKID_ENC_UTF16BE encodings, but it is not truth and supports only UCS-2
(and not full UTF-16).

As all places where BLKID_ENC_UTF16LE and BLKID_ENC_UTF16BE is used expects
UTF-16 and not UCS-2, this patch changes implementation of encodings
BLKID_ENC_UTF16LE and BLKID_ENC_UTF16BE to supports full UTF-16, including
surrogate pairs and not only UCS-2.
2020-02-09 13:04:34 +01:00
..
docs docs: update year in libs docs 2020-01-06 12:59:45 +01:00
samples build-sys: fix library order when linking 2017-06-01 03:16:48 +02:00
src libblkid: Fix UTF-16 support in function blkid_encode_to_utf8() 2020-02-09 13:04:34 +01:00
COPYING docs: use SPDX license names 2018-08-16 14:47:21 +02:00
Makemodule.am build-sys: remove redundant EXTRA_DIST files 2018-01-22 11:16:49 +01:00
blkid.pc.in libblkid: remove dependence on libuuid 2019-01-22 12:33:19 +01:00
libblkid.3 man pages: Add a comma after "e.g." and "i.e." 2019-12-17 12:32:43 +01:00