summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2012-01-09 22:21:48 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2012-01-09 22:21:48 +0000
commit5ab700e88a1462059c491eaba1b573d52f980d8d (patch)
treeb3f41f0d895059ac40b0b7269b03feac21e1756e /specs
parentb9008d6dd9bc8ef91f0080e8d73cdd0d14e9161c (diff)
do not mess with high-codepoint quotes
Diffstat (limited to 'specs')
-rw-r--r--specs15
1 files changed, 11 insertions, 4 deletions
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