[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#706331: Validation issue with the patch



On Thu, 09 May 2013 14:54:15 -0400
David Prévot wrote:

> >  it may be ok to put in the top of japanese/distrib/pre-installed.wml
> It has unfortunately other weird side effects as is:
> 	http://www.tilapin.org/debian/distrib/pre-installed.ja

this is probably the same as putting that in countries.wml, as said in #5

> Not being able to prepare such a script myself (because I don’t yet
> understand the exact root of the problem triggered by the initial fix,

that's because double encoding occurs where the result is broken

1. Perl needs to encode its internal encoding (this is the flag I'm saying)
2. the conversion occurs if the input is not flag'ed
3. as country_list use command in `` the flag cannot be set

best fix for this is using a cache file of isoquery's output for each lang

reading from a cache file is much faster than executing isoquery each
 time, like in the beginning of list.defs in #706325's patch


Reply to: