In-reply-to » @quark So it really was the missing env var, huh. 🤔 That’s still not great, I’ll keep an eye on it.

@quark@ferengi.one Gah, I finally understood what’s going on here. The point is that you were using a non-UTF-8 locale (one with latin1, apparently) – I kept trying to reproduce it with LANG unset or LANG=C, which is different. And that made Python decode strings using latin1, which of course results in garbage. This is clearly a bug, jenny shouldn’t break with non-UTF-8 locales.

⤋ Read More