tags 442970 + patch
thanks

Hello,

As documentation said[*], FontForge scripts don't use native
scripting by default. You may set the environment
variable FONTFORGE_LANGUAGE to "pe" to force native scripting
mode for your FontForge scripts (any2sfd, merge_patches and
generate_fonts). Find in attachment a patch as small and as
non-disruptive as it can be :)

[*]http://fontforge.sourceforge.net/scripting.html

Regards,
-- 
Gregory Colpart <[EMAIL PROTECTED]>  GnuPG:1024D/C1027A0E
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/
--- rules.ori	2008-02-12 23:22:10.000000000 +0100
+++ rules	2008-02-12 23:20:07.000000000 +0100
@@ -29,7 +29,7 @@
 build:
 	dh_testdir
 	-rm -f installdirs
-	$(MAKE)
+	FONTFORGE_LANGUAGE=pe $(MAKE)
 	-rm -rf fontinst2
 	mkdir fontinst2
 	cp fontinst/*.sty fontinst/*.fd fontinst/*.vf fontinst/*.tfm fontinst2

Reply via email to