pub fn needs_quoting(s: &str, delimiter: Delimiter) -> bool
Determine if a string needs quoting based on content and delimiter.