aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Encoding_problem_in_calendar_plugin.mdwn
Commit message (Collapse)AuthorAge
* calendar, prettydate: Fix strftime encoding bugJoey Hess2012-01-30
| | | | | | | | | | | | | strftime is a C function, it does not return decoded utf8. Several places in ikiwiki manually decoded it, but at least two forgot to. Also, strftime might not return even encoded utf8, if LC_TIME is set to a non-utf8 value. Went ahead and supported decoding whatever encoding it uses. The remaining direct calls to strftime() are all ones that first set LC_TIME=C, in order to get times that are not for human display.
* Clearer (I hope) bug reportspalax2012-01-28
|
* New bug: encoding problem in calendar pluginspalax2012-01-28