summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-11-13 19:44:57 +0100
committerBruno Haible <bruno@clisp.org>2010-11-13 19:44:57 +0100
commit66c51d48a8a1b3b7f72e198b082e4b1500b44c6b (patch)
tree4aad0e15cbfdbcbf227176c60797f70fcc24266b
parentfef20b57aa48dfcfbaac38ae982acbe79b9fe492 (diff)
downloadlibunistring-66c51d48a8a1b3b7f72e198b082e4b1500b44c6b.tar.gz
Mention change done in gnulib.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5689570..6dcec13 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ New in 0.9.4:
* It is now easier to detect the subminor version: The value of the variable
_libunistring_version and of the macro _LIBUNISTRING_VERSION now includes
also the subminor version.
+* The functions u8_mbtouc and u8_mbtouc_unsafe now handle ill-formed UTF-8
+ input in a better way, that is more compliant with W3C recommendations.
* The functions u8_strcoll, u16_strcoll, u32_strcoll now produce results that
are less dependent on the iconv implementation in use.