I found that one sentence a bit vague so went and created this
"ASCII-ONLY OUTPUT (must pass)
β’ Use only 7-bit ASCII: AβZ aβz 0β9 and basic punctuation . , ? ! ' " : ; - ( ) / & plus space and newlines.
β’ Replace all non-ASCII with ASCII equivalents: β β β β β ' " ; β β β - ; β¦ β ... ; Γ©/Γ±/ΓΌ β e/n/u ; remove emojis and zero-width/non-breaking spaces.
β’ Validation: If the output contains any char outside [\x0A\x0D\x20-\x7E], discard and regenerate until clean."