diff -r 807f8543d10e -r 368ba99bb98f src/RelpipeASN1ContentHandler.h --- a/src/RelpipeASN1ContentHandler.h Sun Jul 25 12:09:30 2021 +0200 +++ b/src/RelpipeASN1ContentHandler.h Sun Jul 25 18:22:07 2021 +0200 @@ -26,6 +26,7 @@ class RelpipeASN1ContentHandler : public lib::ASN1ContentHandler { private: + wstring_convert < codecvt_utf8> convertor; // ASN.1 parser works with UTF-8 std::shared_ptr writer; Configuration configuration;