--- rxvt-unicode/src/gencompose 2004/03/14 23:14:39 1.3 +++ rxvt-unicode/src/gencompose 2006/01/23 23:33:58 1.4 @@ -2,7 +2,8 @@ open UNIDATA, "<", "www.unicode.org/Public/UNIDATA/UnicodeData.txt" or die "www.unicode.org/Public/UNIDATA/UnicodeData.txt: $!"; -my %docom = qw(initial | medial | final | isolated | compat | none |); +#my %docom = qw(initial | medial | final | isolated | compat | none |); #+ arabic +my %docom = qw(compat | none |); while () { my ($code, undef, $category, undef, undef, $decompose, undef) = split /;/;