pub fn escape_unicode_line_separators(text: &str) -> String
Escape U+2028/U+2029 in an arbitrary string (not just JSON). Useful for session transcript content that may contain these characters.