- Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide
character in print.master
parent
f5eb3df1fa
commit
4d460d1f82
|
@ -4,6 +4,7 @@ use warnings;
|
|||
use strict;
|
||||
use IkiWiki;
|
||||
use IkiWiki::UserInfo;
|
||||
use encoding 'utf8'; # force use of utf8 for io layer
|
||||
|
||||
package IkiWiki;
|
||||
|
||||
|
|
|
@ -19,6 +19,8 @@ ikiwiki (1.6) UNRELEASED; urgency=low
|
|||
- 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.
|
||||
- Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide
|
||||
character in print.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Fri, 16 Jun 2006 21:35:03 -0400
|
||||
|
||||
|
|
Loading…
Reference in New Issue