diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-15 18:43:10 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-15 18:43:10 +0000 |
commit | 2aaba01a7ae73431e99bb59280b663e1a30a2447 (patch) | |
tree | 09a09cfcf9a3b7248a26295fc5fbeae583ec2d76 /doc | |
parent | 87ca27b54cf43687bf284c11026fcfbde21aaa0b (diff) |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn b/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn index edd994a70..d4fa9c241 100644 --- a/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn +++ b/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn @@ -19,4 +19,10 @@ I can't build my ikiwiki 1.40 backport for Debian 'sarge': This is because of an old version of Locale::gettext which doesn't include the OO interface. I had this problem too, but installing a -new version of Locale::gettext fixed it. --Ethan
\ No newline at end of file +new version of Locale::gettext fixed it. --Ethan + +> I suppose I should document it needing a new enough version. Or find a +> way to use the non-OO version while still getting proper UTF-8 strings, +> which is why I began to use the OO version in the first place.. +> +> Looks like the OO interface was added in version 1.04 --[[Joey]] |