fn encode_iso_8859_1_into(
    buf: &mut Vec<u8>,
    text: &str
) -> Result<(), TextEncodingError>