Encodes an ObjectDescriptor, which is a string consisting of only
graphical characters. In fact, ObjectDescriptor is actually implicitly
just a $(MONO GraphicString)! The formal specification for an ObjectDescriptor
is:
$(MONO GraphicString) is just a string containing only characters between
and including 0x20 and 0x7E, therefore ObjectDescriptor is just
0x20 and 0x7E.
Encodes an ObjectDescriptor, which is a string consisting of only graphical characters. In fact, ObjectDescriptor is actually implicitly just a $(MONO GraphicString)! The formal specification for an ObjectDescriptor is:
$(MONO ObjectDescriptor ::= [UNIVERSAL 7] IMPLICIT GraphicString)
$(MONO GraphicString) is just a string containing only characters between and including 0x20 and 0x7E, therefore ObjectDescriptor is just 0x20 and 0x7E.