]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authorKeeh <Keeh@web>
Mon, 21 Aug 2017 14:20:33 +0000 (10:20 -0400)
committeradmin <admin@branchable.com>
Mon, 21 Aug 2017 14:20:33 +0000 (10:20 -0400)
doc/bugs/Encoding_problems_in_ikiwiki_generated_content.mdwn [new file with mode: 0644]

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 (file)
index 0000000..aa6b139
--- /dev/null
@@ -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.