* More utf-8 fixes from Recai, partly to things I broke above:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 17 Jun 2006 01:44:19 +0000 (01:44 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 17 Jun 2006 01:44:19 +0000 (01:44 +0000)
commitf5eb3df1fab53ed6fe1359a8d6a339a321626db8
treeed1df24029de4d9730edd9c78323e4906c399c68
parentbd1b505bc99588cf77784308be8e4969ed8a8d08
* More utf-8 fixes from Recai, partly to things I broke above:
  - The serious problem is that writefile() saves the content in undecoded
    format in CGI, hence all (non-ascii) chars are corrupted permanently.
  - Comment field in edit page is not decoded and all the non-ascii chars in
    this field are corrupted as the result.  We should decode it as we do it
    for the content.
IkiWiki/CGI.pm
debian/changelog