aboutsummaryrefslogtreecommitdiff
path: root/generic/CharsetISO8859-15.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/CharsetISO8859-15.h')
-rw-r--r--generic/CharsetISO8859-15.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/generic/CharsetISO8859-15.h b/generic/CharsetISO8859-15.h
deleted file mode 100644
index 1dbf21e..0000000
--- a/generic/CharsetISO8859-15.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * These chars are those found in iso8859-15.
- * They are encoded in iso8859-15 right in this file and sorted
- * by ascending value, _keep_ them sorted this way, a dichotomic
- * search rely on this to locate the glyphs and infos.
- */
-static unsigned char *ZnDefaultCharset =
- " !\"#$%&'()*+,-./"
- "0123456789"
- ":;<=>?@"
- "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- "[\\]^_`"
- "abcdefghijklmnopqrstuvwxyz"
- "{|}~"
- "¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿"
- "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞß"
- "àáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"
- "¾";