Shinmera / tooter

A Common Lisp client library for Mastodon instances.
https://shinmera.github.io/tooter
zlib License
44 stars 6 forks source link

Non-Ascii strings are not decoded using UTF-8 #48

Closed veer66 closed 7 months ago

veer66 commented 7 months ago

By running (princ (tooter:content (elt (tooter:timeline client :home) 4))) (terpri), I got:

<p>Tú eres 人間</p>.

However, it is expected to be:

<p>Tú eres 人間</p>