diff options
author | Keeh <Keeh@web> | 2017-08-21 10:20:33 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-08-21 10:20:33 -0400 |
commit | f0982b1fd46452a62b2c83c863ddac81086fea72 (patch) | |
tree | b6174a5a760742fb46214a791be528b425b98c8d | |
parent | 6d5d1a217997823349757260a7ac33e9bade55f8 (diff) | |
download | ikiwiki-f0982b1fd46452a62b2c83c863ddac81086fea72.tar ikiwiki-f0982b1fd46452a62b2c83c863ddac81086fea72.tar.gz |
-rw-r--r-- | doc/bugs/Encoding_problems_in_ikiwiki_generated_content.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/Encoding_problems_in_ikiwiki_generated_content.mdwn b/doc/bugs/Encoding_problems_in_ikiwiki_generated_content.mdwn new file mode 100644 index 000000000..aa6b13902 --- /dev/null +++ b/doc/bugs/Encoding_problems_in_ikiwiki_generated_content.mdwn @@ -0,0 +1,8 @@ +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. |