diff options
| author | Sam Varshavchik | 2021-03-12 07:15:38 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2021-03-12 20:27:32 -0500 | 
| commit | cf15bdb799c6b8b395087480fe3e89fb8b53cc12 (patch) | |
| tree | bb10f5f2f04a3abdf82ccece78eee35544dd82fe /unicode/mknormalization.pl | |
| parent | 18fc31347b80597f4100f96c86799fe130786781 (diff) | |
| download | courier-libs-cf15bdb799c6b8b395087480fe3e89fb8b53cc12.tar.bz2 | |
courier-unicode: further changes to the canonical compose/decompose.
Diffstat (limited to 'unicode/mknormalization.pl')
| -rw-r--r-- | unicode/mknormalization.pl | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/unicode/mknormalization.pl b/unicode/mknormalization.pl index 0955a8a..a267e26 100644 --- a/unicode/mknormalization.pl +++ b/unicode/mknormalization.pl @@ -339,6 +339,8 @@ struct decomposition_info {  #define canonical_mult1 $mult1  #define canonical_mult2 $mult2 +#ifndef exclusion_table +  static uint16_t canonical_compositions_lookup[]={  );  		    $comma="\t"; @@ -353,6 +355,7 @@ static uint16_t canonical_compositions_lookup[]={  			$counter += scalar @{ $buckets{$index} // []};  		    }  		    print "\n};\n"; +		    print "#endif\n";  		    exit(0);  		}  		++$hash; | 
