src/RelpipeASN1ContentHandler.h
branchv_0
changeset 4 368ba99bb98f
parent 2 7128fabeede0
child 5 f913370404eb
--- 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<wchar_t>> convertor; // ASN.1 parser works with UTF-8
 	std::shared_ptr<relpipe::writer::RelationalWriter> writer;
 	Configuration configuration;