diff options
Diffstat (limited to 'src/cli/asn1.cpp')
-rw-r--r-- | src/cli/asn1.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli/asn1.cpp b/src/cli/asn1.cpp index f24e2c316..1ed60258f 100644 --- a/src/cli/asn1.cpp +++ b/src/cli/asn1.cpp @@ -360,8 +360,8 @@ void decode(Botan::BER_Decoder& decoder, size_t level) { emit(type_name(type_tag), level, length, Botan::Charset::transcode(str.iso_8859(), - Botan::LATIN1_CHARSET, - Botan::UTF8_CHARSET)); + Botan::UTF8_CHARSET, + Botan::LATIN1_CHARSET)); } else { |