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

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

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

Avatar Talk
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-...

Avatar Talk