[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-fonts-devel] Bug#547577: Re-encode font files as unicodeFull



Package: ttf-sil-abyssinica                                                                                           
Version: 1.0-5                                                                                  
Severity: wishlist                                                                                           
Tags: patch                                                                                                  
                                                                                                             
The attached patch, greatly simplifies the stripping process of glyphs belonging                             
to high ranges (>FFFF). It was applied to ttf-dejavu and ttf-freefont first, and                             
I'd like to see it applied to all the packages using strip_glyphs.pe       
diff --git a/ttf-sil-abyssinica-1.0/debian/changelog b/ttf-sil-abyssinica-1.0/debian/changelog
index e0eeab5..8ce3324 100644
--- a/ttf-sil-abyssinica-1.0/debian/changelog
+++ b/ttf-sil-abyssinica-1.0/debian/changelog
@@ -1,3 +1,9 @@
+ttf-sil-abyssinica (1.0-5) unstable; urgency=low
+
+  * strip_glyphs.pe: Re-encode files as "unicodeFull".
+
+ -- Davide Viti <zinosat@tiscali.it>  Sun, 20 Sep 2009 22:25:58 +0200
+
 ttf-sil-abyssinica (1.0-4) unstable; urgency=low
 
   * Added fontforge script to strip the uneeded glyphs to reduce the d-i
diff --git a/ttf-sil-abyssinica-1.0/debian/scripts/strip_glyphs.pe b/ttf-sil-abyssinica-1.0/debian/scripts/strip_glyphs.pe
index 4d1d257..4e9ea0c 100644
--- a/ttf-sil-abyssinica-1.0/debian/scripts/strip_glyphs.pe
+++ b/ttf-sil-abyssinica-1.0/debian/scripts/strip_glyphs.pe
@@ -46,7 +46,7 @@ endif
 
 
 Open($1); shift
-Reencode("unicode")
+Reencode("unicodeFull")
 out = $1; shift
 
 #

Attachment: signature.asc
Description: Digital signature


Reply to: