Re: Broken build of relnotes



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]