We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To reproduce:
(jonathan:to-json "λ" :octets t) The value 955 is not of the expected type (UNSIGNED-BYTE 8). [Condition of type TYPE-ERROR]
Version: #<SYSTEM jonathan / jonathan-20170124-git / quicklisp 2017-01-24>
#<SYSTEM jonathan / jonathan-20170124-git / quicklisp 2017-01-24>
The text was updated successfully, but these errors were encountered:
The issue is that you are using char-code to write characters as octets, which you shouldn't do, for multiple reasons:
char-code
Sorry, something went wrong.
No branches or pull requests
To reproduce:
Version:
#<SYSTEM jonathan / jonathan-20170124-git / quicklisp 2017-01-24>
The text was updated successfully, but these errors were encountered: