Type Definition bcder::Utf8String

source ·
pub type Utf8String = RestrictedString<Utf8CharSet>;
Expand description

A restricted character string containing UTF-8 encoded characters.

This character string allows all Unicode code points. It represents them as a sequence of octets according to the UTF-8 encoding defined in RFC 3629.

See RestrictedString for more details on restricged character strings in general.