pub fn encode_ctx_character_string( buf: &mut BytesMut, tag: u8, value: &str, ) -> Result<(), Error>
Encode a context-tagged CharacterString (UTF-8).