diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-12-17 18:43:57 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-12-17 18:43:57 +0000 |
commit | 4f9e04c1d78ffe95f60101bea8381c6be5575069 (patch) | |
tree | 799fc8066bdf0d87845d6e685a32d171aa104111 /ChangeLog.pre-2-4 | |
parent | a5f18bb9ba34642333e784e739c042e6a3edc09f (diff) |
Use GetACP to get the current ANSI codepage.
2000-12-17 Tor Lillqvist <tml@iki.fi>
* gutf8.c (g_utf8_get_charset_internal): (Win32) Use GetACP to get
the current ANSI codepage.
* gunicode.h: Add comment that the static string g_get_charset
sets the parameter to point to should be copied in case the
charset might be changed later in the program.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 10165c052..5906d1aba 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,12 @@ +2000-12-17 Tor Lillqvist <tml@iki.fi> + + * gutf8.c (g_utf8_get_charset_internal): (Win32) Use GetACP to get + the current ANSI codepage. + + * gunicode.h: Add comment that the static string g_get_charset + sets the parameter to point to should be copied in case the + charset might be changed later in the program. + 2000-12-14 Tor Lillqvist <tml@iki.fi> * makefile.{mingw,msc}.in: No need to -DGSPAWN_HELPER when |