X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/2aaba01a7ae73431e99bb59280b663e1a30a2447..f18b1f9037571f7bbefe8060e540a9abebf34663:/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn?ds=sidebyside 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 d4fa9c241..8a0875038 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 @@ -25,4 +25,18 @@ new version of Locale::gettext fixed it. --Ethan > 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]] +> Looks like the OO interface was added in version 1.04 +> +> And there's no good way to get utf-8 strings w/o the OO interface, that I +> can see. +> +> So, what I've done is documented that it needs Locale::gettext 1.04, and +> made it not crash if run with an older version, though it also won't +> gettext anything in that case. Might be a bit confusing if someone misses +> the docs about it needing the newer version and wonders why gettext +> doesn't work, but I consider it good enough to mark this [[bugs/done]]. +> --[[Joey]] + +>> Thanks for the hint, guys! :) I've just backported liblocale-gettext-perl +>> 1.05 package and it seems that now I can build my ikiwiki successfully +>> and it even works :) --Pawel