Lisp On folding of non-ascii long h...

by luser.myopenid.com/, October 03, 2007 09:01

YES! Although "~^~% " seems...

55502f40dc8b7c769880b10874abc9d0 Talk
(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-...

55502f40dc8b7c769880b10874abc9d0 Talk