Bug#706331: Validation issue with the patch
On Thu, 09 May 2013 16:54:03 -0400
David Prévot wrote:
pack("U0C*", unpack("C*", $str)) seems to set a flag
(http://plosquare.blogspot.jp/2009/04/viewing-internal-representation-of.html)
so, changing english/template/debian/countries.wml line 15:
$countries{$code} = $_;
to
$countries{$code} = pack("U0C*", unpack("C*", $_));
may fix this.
no test has done for this, though.
--
victory
no need to CC me :-)
http://userscripts.org/scripts/show/102724 0.0.1.4
http://userscripts.org/scripts/show/163846 0.0.1
http://userscripts.org/scripts/show/163848 0.0.1
Reply to: