[Pkg-fonts-bugs] Bug#375731: Bengali conjuncts should not be stripped from the udeb

Davide Viti zinosat at tiscali.it
Tue Jun 27 22:20:06 UTC 2006


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


zino at slurp:~/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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-fonts-bugs/attachments/20060628/fb0801b7/attachment.pgp


More information about the Pkg-fonts-bugs mailing list