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