diff options
Diffstat (limited to 'util/ChangeLog')
-rw-r--r-- | util/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index 5c858a5e9..49c917370 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,13 @@ +2004-10-27 Werner Koch <[email protected]> + + * strgutil.c (load_libiconv) [_WIN32]: new. + (set_native_charset) [_WIN32]: Call it here and autodetect the + used code page. + (native_to_utf8, utf8_to_native): Reverted arguments for + iconv_open. + (handle_iconv_error): Made this function match iconv_open argumnet + ordering. + 2004-10-26 Werner Koch <[email protected]> * strgutil.c (mem2str): Translated comment to English. |