rudolph-miller / jonathan

JSON encoder and decoder.
http://rudolph-miller.github.io/jonathan/overview.html
164 stars 24 forks source link

Prevent from ASDF read error when the character encoding is ASCII #31

Closed fukamachi closed 8 years ago

fukamachi commented 8 years ago

README.md containing UTF-8 characters is read in jonathan.asd and it causes read error while loading:

Error while trying to load definition for system jonathan from pathname
/srv/www/fukabot/bundle-libs/software/jonathan-20151218-git/jonathan.asd:
   READ error during LOAD:

     :ASCII stream decoding error on
     #<SB-SYS:FD-STREAM
       for "file /srv/www/fukabot/bundle-libs/software/jonathan-20151218-git/README.md"
       {100D8B0353}>:

       the octet sequence #(227) cannot be decoded.

     (in form starting at line: 6, column: 0, position: 95)
rudolph-miller commented 8 years ago

Thanks!