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


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130528052051.f1583b65e833be5234f26...@gmail.com

Reply via email to