ikiwiki/t
joey ac7b1c32b1 * POSIX::strftime doesn't know about encodings and doesn't return a utf8
flagged string even if the locale causes it to generate utf8 output,
  so make sure to let perl know it should be handled as utf8. Also, 
  the optimised version used for standard time formats won't work if the
  user has changed locale, so drop it. Thanks, Faidon Liambotis.
* Fix re-encoding of the comments field to utf8 if a commit fails
  due to a conflict. Thanks, Faidon Liambotis.
* Let svn know that commits have utf8 commit messages. Thanks, Faidon
  Liambotis.
* Add insane double encode/decode to utf8 around call to markdown.
  This works around a truely strange bug, which is apparently a bug in
  perl, which I lack space to describe here (see t/crazy-badass-perl-bug.t)
2006-07-02 04:02:08 +00:00
..
basename.t add 2006-05-02 21:15:39 +00:00
bestlink.t * Add unit tests for several core functions, including globlist_match, 2006-05-02 21:14:50 +00:00
crazy-badass-perl-bug.t * POSIX::strftime doesn't know about encodings and doesn't return a utf8 2006-07-02 04:02:08 +00:00
dirname.t add 2006-05-02 21:15:39 +00:00
globlist_match.t ah, the joys of test-based development.. 2006-05-02 15:22:49 +00:00
globlist_merge.t ah, the joys of test-based development.. 2006-05-02 15:22:49 +00:00
html.t * Rebuilding on upgrade to this version is recommended. 2006-05-26 08:24:36 +00:00
htmlize.t add a testcase for the weird markdown utf-8 crasher to make sure that 2006-06-16 04:56:25 +00:00
linkify.t * --getctime had bitrotted (well I only ever used it the once so far..), 2006-05-26 16:11:53 +00:00
pagetitle.t dirname, basename, bestlink, linkify, pagetitle, titlepage. 2006-05-04 18:51:26 +00:00
readfile.t * -CSD does not affect modules, so readfile() was not using the utf-8 input 2006-06-15 06:37:33 +00:00
syntax.t add a syntax check 2006-05-03 20:06:31 +00:00
test1.mdwn * -CSD does not affect modules, so readfile() was not using the utf-8 input 2006-06-15 06:37:33 +00:00
test2.mdwn add a testcase for the weird markdown utf-8 crasher to make sure that 2006-06-16 04:56:25 +00:00
test3.mdwn FUCK UTF8 fuck fuck fuck!!! 2006-07-02 03:54:12 +00:00
titlepage.t dirname, basename, bestlink, linkify, pagetitle, titlepage. 2006-05-04 18:51:26 +00:00