Open eugeneia opened 7 years ago
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 issue is that you are using char-code to write characters as octets, which you shouldn't do, for multiple reasons:
char-code
To reproduce:
Version:
#<SYSTEM jonathan / jonathan-20170124-git / quicklisp 2017-01-24>