aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-05-30 03:46:17 +0000
committerDavid Shaw <[email protected]>2005-05-30 03:46:17 +0000
commite5a100c7c66e3fd671b3046be0823e25cd1b6453 (patch)
tree4dc2dd60ae476d6c1730170c4b5a97d9869274ac
parent* trustdb.h, trustdb.c (clean_uids_from_key): New. Walk through the (diff)
downloadgnupg-e5a100c7c66e3fd671b3046be0823e25cd1b6453.tar.gz
gnupg-e5a100c7c66e3fd671b3046be0823e25cd1b6453.zip
* strgutil.c (set_native_charset) [_WIN32]: Add alias for codepage
CP65001 to utf-8.
-rw-r--r--util/ChangeLog5
-rw-r--r--util/strgutil.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index f1b36ff49..7b83de9a9 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-29 David Shaw <[email protected]>
+
+ * strgutil.c (set_native_charset) [_WIN32]: Add alias for codepage
+ CP65001 to utf-8.
+
2005-05-19 Werner Koch <[email protected]>
* membuf.c: New. Taken from gnupg 1.9.
diff --git a/util/strgutil.c b/util/strgutil.c
index 5389d0694..131ef3cd4 100644
--- a/util/strgutil.c
+++ b/util/strgutil.c
@@ -536,7 +536,8 @@ set_native_charset( const char *newset )
"CP28597" "\0" "ISO-8859-7" "\0"
"CP28598" "\0" "ISO-8859-8" "\0"
"CP28599" "\0" "ISO-8859-9" "\0"
- "CP28605" "\0" "ISO-8859-15" "\0");
+ "CP28605" "\0" "ISO-8859-15" "\0"
+ "CP65001" "\0" "UTF-8" "\0");
*aliases;
aliases += strlen (aliases) + 1, aliases += strlen (aliases) + 1)
{