vindarel / cl-str

Modern, simple and consistent Common Lisp string manipulation library.
https://vindarel.github.io/cl-str/
MIT License
305 stars 37 forks source link

Lispworks' whitespace issue (no-break-space) #99

Closed ijitai closed 6 months ago

ijitai commented 1 year ago

fixed `(defvar whitespaces (list #\Backspace #\Tab #\Linefeed #\Newline #\Vt #\Page

\Return #\Space #\Rubout

                        #+sbcl #\Next-Line #-sbcl (code-char 133)
                        #+lispworks #\no-break-space #-lispworks #\No-break_space) ;fix this`
vindarel commented 1 year ago

Hi, what's your issue (no break space character issue?), is it not this one? https://github.com/vindarel/cl-str/issues/89

ijitai commented 1 year ago

no, this time is "no-break-space" and "no-break_space".