diff options
author | David Shaw <[email protected]> | 2005-05-30 03:46:17 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-05-30 03:46:17 +0000 |
commit | e5a100c7c66e3fd671b3046be0823e25cd1b6453 (patch) | |
tree | 4dc2dd60ae476d6c1730170c4b5a97d9869274ac /util/strgutil.c | |
parent | * trustdb.h, trustdb.c (clean_uids_from_key): New. Walk through the (diff) | |
download | gnupg-e5a100c7c66e3fd671b3046be0823e25cd1b6453.tar.gz gnupg-e5a100c7c66e3fd671b3046be0823e25cd1b6453.zip |
* strgutil.c (set_native_charset) [_WIN32]: Add alias for codepage
CP65001 to utf-8.
Diffstat (limited to '')
-rw-r--r-- | util/strgutil.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) { |