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

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

Merged
merged 1 commit into from
Dec 25, 2015

Conversation

fukamachi
Copy link
Contributor

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)

…ause README.md containing UTF-8 characters is read in jonathan.asd.
@rudolph-miller
Copy link
Owner

Thanks!

rudolph-miller added a commit that referenced this pull request Dec 25, 2015
Prevent from ASDF read error when the character encoding is ASCII
@rudolph-miller rudolph-miller merged commit b45e664 into rudolph-miller:master Dec 25, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants