ASN1_STRFLGS_UTF8_CONVERT

If this is set we convert all character strings to UTF8 first

extern (C) nothrow @nogc
enum ASN1_STRFLGS_UTF8_CONVERT = 0x10;

Meta