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

Fix: lispworks no-break-space #108

Closed kilianmh closed 6 months ago

kilianmh commented 1 year ago

Other implementations use #\No-break_space while Lispworks uses #\no-break-space.

I have no Lispworks implementation set up, so can you @ijitai or anyone with access to Lispworks confirm this works now?

Closes #99

vindarel commented 10 months ago

ping @ijitai to test this no-break-space fix?

zhscn commented 6 months ago

image

\No-break_space works as expected in this case.

vindarel commented 6 months ago

thanks.

Are you using both char codes in LispWorks?? In LW 7.1.2 one works, not the other.

zhscn commented 6 months ago

Both works in LW 8.0, maybe they added #\No-break_space for compatibility reasons.