Support PrintableString.
[asn2quickder] / testdata / string_types.asn
1 TEST DEFINITIONS ::=
2 BEGIN
3   -- Mostly a simple way to test that type
4   -- translation in codegen happens correctly.
5   OctetStr ::= OCTET STRING
6   GeneralStr ::= GeneralString
7   Utf8Str ::= UTF8String
8   NumStr ::= NumericString
9   PrintStr ::= PrintableString
10   -- TODO: More string types.
11 END