pub fn char_from_hex_byte(hex: &str) -> Result<char>
Convert two hex digits to a single byte -> char (StageL: charFromHexByte) StageL operated on bytes, not Unicode scalar validation beyond 0xFF.