From 5ab700e88a1462059c491eaba1b573d52f980d8d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 9 Jan 2012 22:21:48 +0000 Subject: do not mess with high-codepoint quotes --- specs | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'specs') diff --git a/specs b/specs index f84ae6d..a705c19 100644 --- a/specs +++ b/specs @@ -2,8 +2,15 @@ # font data from the bdfs to the rules files, so you may need to # update the copyright. -pcf 6x13 -rules Trad -partial a -entire [ ] ( ) { } ` ' d42 & W +pcf 6x13 +rules Trad +partial a +entire [ ] ( ) { } d42 & W + +verbatim if ($props{'CHARSET_REGISTRY'} =~ m/iso8859|utf/i && +verbatim $props{'ENCODING'} <= 127) { +entire ` ' +verbatim } + + endrules -- cgit v1.2.3