blob: c11c752030a7f16945ec7bba5d7c25bbc88d3152 (
plain)
1
2
3
4
5
|
# Handle unicode characters correctly in C locale
* tags: bug
On the home page of the tissue website, a unicode em dash character is displayed incorrectly as ���. This happens because the website is built by the CI in a C locale, and tissue fails to correctly handle unicode characters in a C locale. This is however not a skribilo bug. skribilo handles unicode characters correctly regardless of the locale. This bug likely arises when tissue copies the output of skribilo and writes it to a file.
|