diff options
-rw-r--r-- | issues/handle-unicode-characters-correctly-in-C-locale.gmi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/issues/handle-unicode-characters-correctly-in-C-locale.gmi b/issues/handle-unicode-characters-correctly-in-C-locale.gmi new file mode 100644 index 0000000..c11c752 --- /dev/null +++ b/issues/handle-unicode-characters-correctly-in-C-locale.gmi @@ -0,0 +1,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. |