summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2010-05-27 18:23:17 +0200
committerAndreas Rottmann <a.rottmann@gmx.at>2010-05-27 18:23:17 +0200
commitbd6adfa17d453e4c486e36fed4c5779db90a8a0e (patch)
tree9798677560d5f99061afe9f0db105a8c97f2438a /NEWS
parent79ca645d222db2e158784642c3b464a47bea26f3 (diff)
parent3e0814cd9862b89c7a39672672937477bd87ddfb (diff)
Merge commit 'upstream/0.9.3'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bc52e97e..72e79cc3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+New in 0.9.3:
+* Bug fixes in unistr.h functions:
+ - The functions u16_to_u32, u16_to_u8, u8_to_u32, u8_to_u16 now fail when
+ the argument is not valid. Previously, they returned a converted string
+ where invalid parts were each replaced with U+FFFD.
+ - The function u8_mbsnlen now counts an incomplete character at the end
+ of the argument string as 1 character. Previously, it could count as 2
+ or 3 characters.
+ - The return value of the u8_stpncpy, u16_stpncpy, u32_stpncpy functions
+ was incorrect.
+ - The u8_strcoll, u16_strcoll, u32_strcoll now try harder to give a non-zero
+ return value.
+* Portability to MacOS X 10.6 and Cygwin 1.7.
+
+New in 0.9.2:
+* The function uc_locale_language now uses the locale of the current thread,
+ if a thread-specific locale has been set.
+
New in 0.9.1:
* In the include file unicase.h, functions for case mapping of substrings have
been added.