Package: ttf-dejavu Version: 2.8-1 Severity: wishlist Today version 2.9 has been released. Lots of new glyphs have been added (see [1]); among those, Hebrew glyps. G-I uses freefont to render Hebrew text: my proposal would be to strip those initially, and ask native speaker what do they think about it and eventually include those once we have enough positive feedback.
The attached patch excludes the Hebrew glyphs mentioned in [1] from the udeb. There are probably other new glyphs not needed inside G-I, but at least those should not break anything. Regards, Davide [1] http://dejavu.sourceforge.net/wiki/index.php/News --- generate-udeb.sh.orig 2006-08-13 18:15:31.000000000 +0200 +++ generate-udeb.sh 2006-08-13 18:25:27.000000000 +0200 @@ -8,6 +8,7 @@ STRIP_RANGES="" STRIP_RANGES="" STRIP_RANGES="$STRIP_RANGES u0530:u058F" # Armenian +STRIP_RANGES="$STRIP_RANGES u0590:u059F" # Hebrew STRIP_RANGES="$STRIP_RANGES u0600:u06FF" # Arabic STRIP_RANGES="$STRIP_RANGES u0700:u074F" # Syriac STRIP_RANGES="$STRIP_RANGES u1D00:u1DBF" # Phonetic Extensions @@ -22,6 +23,13 @@ STRIP_RANGES="$STRIP_RANGES u2800:u28FF" # Braille Patterns STRIP_RANGES="$STRIP_RANGES u2900:u2BFF" # Suppl. Arrows-B, Misc Math Symbols-B, Supplath Ops, Misc Symbols and Arrows STRIP_RANGES="$STRIP_RANGES u3000:u30FF" # CJK Symbols and Punctuation +STRIP_RANGES="$STRIP_RANGES uFB1F:uFB20" # Hebrew Presentation Form +STRIP_RANGES="$STRIP_RANGES uFB2A:uFB36" # Hebrew Presentation Form +STRIP_RANGES="$STRIP_RANGES uFB38:uFB3C" # Hebrew Presentation Form +STRIP_RANGES="$STRIP_RANGES uFB3E" # Hebrew Presentation Form +STRIP_RANGES="$STRIP_RANGES uFB40:uFB41" # Hebrew Presentation Form +STRIP_RANGES="$STRIP_RANGES uFB43:uFB44" # Hebrew Presentation Form +STRIP_RANGES="$STRIP_RANGES uFB46:uFB4E" # Hebrew Presentation Form STRIP_RANGES="$STRIP_RANGES uFB50:uFBFF" # Arabic Presentation Forms-A STRIP_RANGES="$STRIP_RANGES uFE70:uFEFF" # Arabic Presentation Forms-B
signature.asc
Description: Digital signature

