diff options
author | Keeh <Keeh@web> | 2017-08-21 16:02:23 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-08-21 16:02:23 -0400 |
commit | 056349a7f0cf3dd470cdd9633b7fe955fb03268f (patch) | |
tree | 674682c2fe93d324f1254daf905b6924677ada6c /doc | |
parent | e13f9dbe870f181af165aed9cd4530d3dd1aa94e (diff) | |
download | ikiwiki-056349a7f0cf3dd470cdd9633b7fe955fb03268f.tar ikiwiki-056349a7f0cf3dd470cdd9633b7fe955fb03268f.tar.gz |
removed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Encoding_problems_in_ikiwiki_generated_content.mdwn | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/bugs/Encoding_problems_in_ikiwiki_generated_content.mdwn b/doc/bugs/Encoding_problems_in_ikiwiki_generated_content.mdwn deleted file mode 100644 index 1b154805a..000000000 --- a/doc/bugs/Encoding_problems_in_ikiwiki_generated_content.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -ikiwiki version 3.20170111 on Debian 4.9.30-2+deb9u3 with locale fr_FR.UTF-8 - -UTF-8 characters like û and é get turned into the unicode replacement character (xFFFD) in "Last edited" date, "published" date and in the calendar plugin content. -User provided content (page title or content) isn't affected. - -Examples [here](https://blog.chat-porc.eu/archives/2017/) - -Having strftime_utf8 systematically return POSIX::strftime(@_) resolves the bug, but I'm pretty sure it's not a proper fix. |