X-Git-Url: https://git.distorted.org.uk/~mdw/zone/blobdiff_plain/bd54e5099ea4282d3fdb094d0516a09006b08b26..3986e085fba0fa1aad7c04474060d083cc96b261:/zone.lisp diff --git a/zone.lisp b/zone.lisp index 53800f0..3aa25ba 100644 --- a/zone.lisp +++ b/zone.lisp @@ -1322,7 +1322,7 @@ $TTL ~2@*~D~2%" (dotimes (i (length data)) (let ((byte (aref data i))) (if (or (<= byte 32) - (>= byte 128) + (>= byte 127) (member byte '(#\: #\\) :key #'char-code)) (format out "\\~3,'0O" byte) (write-char (code-char byte) out)))))