pub fn utf7_encode(payload: &str) -> String
UTF-7 encoding per RFC 2152.
Context: iis, legacy-dotnet — only safe where the target actually decodes UTF-7.
iis
legacy-dotnet