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

Cannot jzon:parse from pathname on LispWorks #56

Closed
Zulu-Inuoe opened this issue Oct 19, 2023 · 0 comments
Closed

Cannot jzon:parse from pathname on LispWorks #56

Zulu-Inuoe opened this issue Oct 19, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Zulu-Inuoe
Copy link
Owner

Error: External format (:UTF-8 :EOL-STYLE :LF) produces characters of type CHARACTER, which is not a subtype of the specified element-type BASE-CHAR.
  1 (abort) Return to top loop level 0.

LispWorks' cl:open defaults :element-type to lispworks:*default-character-element-type* per http://www.lispworks.com/documentation/lw70/LW/html/lw-387.htm

When this is base-char and providing :external-format :utf-8, it complains that it may not be able to decode everything into a base-char

@Zulu-Inuoe Zulu-Inuoe added the bug Something isn't working label Oct 19, 2023
@Zulu-Inuoe Zulu-Inuoe self-assigned this Oct 19, 2023
@Zulu-Inuoe Zulu-Inuoe added the pending-release Issue is resolved, but not yet released label Nov 22, 2023
@Zulu-Inuoe Zulu-Inuoe removed the pending-release Issue is resolved, but not yet released label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant