diff options
author | Arun Isaac | 2023-04-14 13:57:53 +0100 |
---|---|---|
committer | Arun Isaac | 2023-04-14 13:58:30 +0100 |
commit | 6f57282b4dc2535e174ff62addc566d03a798d19 (patch) | |
tree | 7c6b28f1d685ab7b6808c32a9c819bdf7102cfba /issues | |
parent | f0d0cea810695e6e096e375645f6b74945a62072 (diff) | |
download | tissue-6f57282b4dc2535e174ff62addc566d03a798d19.tar.gz tissue-6f57282b4dc2535e174ff62addc566d03a798d19.tar.lz tissue-6f57282b4dc2535e174ff62addc566d03a798d19.zip |
issues: Handle unicode characters correctly in C locale.
* issues/handle-unicode-characters-correctly-in-C-locale.gmi: New
issue.
Diffstat (limited to 'issues')
-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. |