Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#\u00a0 fails on CMUCL #3

Open
avodonosov opened this issue Dec 27, 2015 · 2 comments
Open

#\u00a0 fails on CMUCL #3

avodonosov opened this issue Dec 27, 2015 · 2 comments

Comments

@avodonosov
Copy link

As you can see here: https://common-lisp.net/project/cl-test-grid/library/data-table.html , you recent change from #\no-break_space to #\u00a0 fixes ABCL but breaks CMUCL.

I would suggest to use (code-char #xa0)

@bobbysmith007
Copy link
Member

Done, thanks, hope this fixes it

@avodonosov
Copy link
Author

(As you probably know) you can adopt cl-travis to verify every your commit on various lisp implementations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants