Re: Broken build of relnotes
- From: danilo gnome org (Danilo Åegan)
- To: Åygimantas BeruÄka <uid0 akl lt>
- Cc: gnome-i18n gnome org
- Subject: Re: Broken build of relnotes
- Date: Tue, 06 Sep 2005 06:54:11 +0200
Yesterday at 19:32, Åygimantas BeruÄka wrote:
> copy.newChild(None, "year", match.group(3))
Fix is:
+ copy.newChild(None, "year", match.group(3).encode('utf-8'))
(problem is that a name of the translator got pattern matched as year,
and name contains Unicode while libxml2 expects UTF-8)
Cheers,
Danilo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]