Shinmera / plump

Practically Lenient and Unimpressive Markup Parser for Common Lisp
https://shinmera.github.io/plump
zlib License
119 stars 21 forks source link

Will not compile via Quicklisp on LispWorks 7.1 Windows #18

Closed hyphz closed 4 years ago

hyphz commented 6 years ago

Repeats the following error over and over:

**++++ Error between functions: Cannot read character U+0099 as part of a token because it has constituent trait 'invalid'.

elrzn commented 4 years ago

This was an issue with ASDF: https://bugs.launchpad.net/asdf/+bug/1766618

LispWorks users can either upgrade themselves to ASDF >3.3.2.7 or doing (pushnew :asdf-unicode *features*) before calling Quicklisp or ASDF.