Module restricted_string
Source pub use Ia5String as IA5String;
pub use BmpString as BMPString;
- BmpCharSet
- CharSetError
- Ia5CharSet
- First 128 ASCII characters (values from
0x00
to 0x7F
)
Used to represent ISO 646 (IA5) characters. - NumericCharSet
- 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, and SPACE
- PrintableCharSet
- a-z, A-Z, ’ () +,-.?:/= and SPACE
- RestrictedString
- A generic restricted character string.
- Utf8CharSet
- any character from a recognized alphabet (including ASCII control characters)
- CharSet
- BmpString
- Ia5String
- NumericString
- PrintableString
- Utf8String