Blob Blame History Raw
--- mf/emmentaler-brace.pe.in~	2016-03-27 09:43:58.000000000 -0500
+++ mf/emmentaler-brace.pe.in	2016-04-01 16:05:30.914128364 -0500
@@ -60,7 +60,7 @@
 while (i < CharCnt())
   Select(i);
 # crashes fontforge, use PUA for now -- jcn
-# SetUnicodeValue(i + 0xF0000, 0);
+ SetUnicodeValue(i + 0xF0000, 0);
 /*
 PRIVATE AREA
        In the BMP, the range 0xe000 to 0xf8ff will never be  assigned  to  any
@@ -72,7 +72,7 @@
        assigned to the Linux zone is currently maintained by  H.  Peter  Anvin
        <Peter.Anvin@linux.org>.
 */
-  SetUnicodeValue(i + 0xE000, 0);
+#  SetUnicodeValue(i + 0xE000, 0);
   ++i;
 endloop