ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/util/gen_uts46data
(Generate patch)

Comparing AnyEvent/util/gen_uts46data (file contents):
Revision 1.1 by root, Tue Dec 15 05:49:13 2009 UTC vs.
Revision 1.2 by root, Tue Dec 15 05:58:11 2009 UTC

36 given ($type) { 36 given ($type) {
37 when ("disallowed") { 37 when ("disallowed") {
38 # nop 38 # nop
39 } 39 }
40 when (/mapped|deviation|ignored/) { 40 when (/mapped|deviation|ignored/) {
41 $map .= "\x01" if $type eq "deviation"; 41 $map = "\x01$map" if $type eq "deviation";
42 42
43 $imap .= "\x00" . chr . $map 43 $imap .= "\x00" . chr . $map
44 for $r1 .. $r2 || $r1; 44 for $r1 .. $r2 || $r1;
45 } 45 }
46 when ("valid") { 46 when ("valid") {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines