Package: ttf-freefont Version: 20060501cvs-3 tags: d-i, patch As discussed on debian-boot [1], freefont is currently used to display Bengali text in g-i, but conjuncts are not rendered properly; that's because we strip those. The following patch fixes the problem. In case g-i switched to mukti fonts (#375475) the patch needs to be reverted along with a line adding the u0980:u099F range.
Sorry for filing separate bugs for separate problems... Thanx, Davide [1] http://lists.debian.org/debian-boot/2006/06/msg01425.html [EMAIL PROTECTED]:~/dejavu/ttf-freefont-20060501cvs/debian/scripts$ diff -u FreeSans-strip.orig FreeSans-strip --- FreeSans-strip.orig 2006-06-28 00:15:15.000000000 +0200 +++ FreeSans-strip 2006-06-28 00:16:35.000000000 +0200 @@ -38,8 +38,8 @@ ranges="$ranges u2200:u24FF" # Mathematical, Techical, Control, OCR ranges="$ranges u2580:u259F" # Block elements ranges="$ranges u3000:u30FF" # CJK Symbols and Punctuation -if ! echo $1 | grep -q Bold; then - ranges="$ranges 65536:66002" # bn_* stuff ??? -fi +#if ! echo $1 | grep -q Bold; then +# ranges="$ranges 65536:66002" # Bengali conjuncts +#fi $strip $1 $2 $ranges
signature.asc
Description: Digital signature