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

Lispworks also does not accept surrogate characters. #29

Open
Yehouda opened this issue Mar 19, 2020 · 0 comments
Open

Lispworks also does not accept surrogate characters. #29

Yehouda opened this issue Mar 19, 2020 · 0 comments

Comments

@Yehouda
Copy link

Yehouda commented Mar 19, 2020

Currently on LispWorks it fails to compile becaus eof an error inputstream.lisp, the same as on abcl, ccl and mezzano. Need to add lispworks to the conditionalization inside the value of invalid-unicode
(line 299 of the current code):

#-(or abcl ccl mezzano lispworks) ,@`(

Probably even better to implement the suggestion in
#7.

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

1 participant