Alexandre Julliard
|
86ff825f41
|
libwine: Add option for Unicode composition in utf-8 -> wchar conversion.
|
2008-02-15 12:06:58 +01:00 |
Alexandre Julliard
|
dbefd038ac
|
libwine: Abstract part of the utf8 char decoding to a separate function.
|
2008-02-15 12:06:42 +01:00 |
Alexandre Julliard
|
bc3a5bad0f
|
libwine: Properly increment source pointer for surrogates in wine_utf8_wcstombs.
Spotted by Ken Thomases.
|
2008-01-21 12:40:57 +01:00 |
Andrew Talbot
|
4125821a99
|
winelib: Replace inline static with static inline.
|
2007-03-27 12:38:06 +02:00 |
Alexandre Julliard
|
62c3d3d620
|
libwine: Added support for Unicode surrogates in utf-8 conversions.
Also make the conversions more strict against invalid input data.
|
2007-03-14 15:58:56 +01:00 |
Alexandre Julliard
|
a79b26284a
|
libwine: Pass flags to wine_utf8_wcstombs to allow supporting WC_ERR_INVALID_CHARS.
|
2007-03-14 15:57:50 +01:00 |
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |