aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Encoding_problem_in_calendar_plugin.mdwn
diff options
context:
space:
mode:
authorspalax <spalax@web>2012-01-28 15:13:43 -0400
committeradmin <admin@branchable.com>2012-01-28 15:13:43 -0400
commitb0d6eef321ac1540cd4a9fb807ab99e04f942535 (patch)
tree45a650e06f9a7cd513d60535580e0aa03227154d /doc/bugs/Encoding_problem_in_calendar_plugin.mdwn
parentcac88b738ba8de3599ae505fefb58653df5c9e31 (diff)
downloadikiwiki-b0d6eef321ac1540cd4a9fb807ab99e04f942535.tar
ikiwiki-b0d6eef321ac1540cd4a9fb807ab99e04f942535.tar.gz
Clearer (I hope) bug report
Diffstat (limited to 'doc/bugs/Encoding_problem_in_calendar_plugin.mdwn')
-rw-r--r--doc/bugs/Encoding_problem_in_calendar_plugin.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bugs/Encoding_problem_in_calendar_plugin.mdwn b/doc/bugs/Encoding_problem_in_calendar_plugin.mdwn
index bf2cad8b7..2ccc43c03 100644
--- a/doc/bugs/Encoding_problem_in_calendar_plugin.mdwn
+++ b/doc/bugs/Encoding_problem_in_calendar_plugin.mdwn
@@ -2,13 +2,13 @@ Hello,
I studied this [[guy's problem|forum/Encoding_problem_in_french_with_ikiwiki-calendar]] and I propose here a (dirty) hack to correct it.
-The problem is that in French, for example, "December" is "Décembre" which, because of encoding problems, is rendered as "Décembre".
+Bug summary: when using the [[calendar plugin|plugins/calendar]] in French (`LANG=fr_FR.UTF-8`), "Décembre" (French for "December") is rendered as "Décembre".
I managed to track this problem down to an encoding problem of `POSIX::strftime` in `Ikiwiki/Plugin/calendar.pm`. I used [[this guy's solution|http://www.perlmonks.org/?node_id=857018]] to solve the problem (the diff is printed below).
-The problem is that I do not know Perl, encoding is one of the thing I would be happy not to dive into, and it is the first time I contribute to Ikiwiki: I copied and made a few changes to the code I found without understanding it. So I am not sure that my code is neat, or works in every situation. Feel free to improve it!
+The problem is that I do not know Perl, encoding is one of the thing I would be happy not to dive into, and it is the first time I contribute to Ikiwiki: I copied and made a few changes to the code I found without understanding it. So I am not sure that my code is neat, or works in every situation. Feel free to (help me to) improve it!
-Cheers,
+Cheers,
Louis