sasagawa888 / eisl

ISLisp interpreter/compiler
Other
267 stars 22 forks source link

Formatter bug for unicode #285

Closed sasagawa888 closed 1 year ago

sasagawa888 commented 1 year ago

Comments written in unicode are garbled.

sasagawa888 commented 1 year ago

reason of garbled is create-string.

> (create-string 1 #\日)
"�"
> 
sasagawa888 commented 1 year ago

Fixed.