1 2 3 4
(defun header-encode (string) (if (find-if (lambda (c) (> (char-code c) 127)) string) ...
Lisp folding of non-ascii long h...
by luser.myopenid.com/,
October 02, 2007 11:37,
2 refactorings
I would like to use header-...
YES! Although "~^~% " seems...