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, 18 insertions, 0 deletions
diff --git a/generic/CharsetISO8859-15.h b/generic/CharsetISO8859-15.h
new file mode 100644
index 0000000..1dbf21e
--- /dev/null
+++ b/generic/CharsetISO8859-15.h
@@ -0,0 +1,18 @@
+/*
+ * 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"
+ "{|}~"
+ "¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿"
+ "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞß"
+ "àáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"
+ "¾";