resetting manifest requested domain to floor
[platform/upstream/libunistring.git] / NEWS
1 New in 0.9.3:
2 * Bug fixes in unistr.h functions:
3   - The functions u16_to_u32, u16_to_u8, u8_to_u32, u8_to_u16 now fail when
4     the argument is not valid. Previously, they returned a converted string
5     where invalid parts were each replaced with U+FFFD.
6   - The function u8_mbsnlen now counts an incomplete character at the end
7     of the argument string as 1 character. Previously, it could count as 2
8     or 3 characters.
9   - The return value of the u8_stpncpy, u16_stpncpy, u32_stpncpy functions
10     was incorrect.
11   - The u8_strcoll, u16_strcoll, u32_strcoll now try harder to give a non-zero
12     return value.
13 * Portability to MacOS X 10.6 and Cygwin 1.7.
14
15 New in 0.9.2:
16 * The function uc_locale_language now uses the locale of the current thread,
17   if a thread-specific locale has been set.
18
19 New in 0.9.1:
20 * In the include file unicase.h, functions for case mapping of substrings have
21   been added.
22
23 New in 0.9:
24 * The new include file unicase.h implements case folding.
25 * The new include file uninorm.h implements normalization.
26 * The new include file uniwbrk.h implements word break determination.
27 * The library source code is now part of gnulib.