aboutsummaryrefslogtreecommitdiff
path: root/generic/CharsetISO8859-15.h
diff options
context:
space:
mode:
authorlecoanet2004-04-30 11:39:22 +0000
committerlecoanet2004-04-30 11:39:22 +0000
commit122f56bc10091c3f58dbe85e73847b3009bff9f5 (patch)
tree05f01487ea8a369617c63e063245de01c81b4c70 /generic/CharsetISO8859-15.h
parentab8c32aa36de495c5f646459565e93382748c0af (diff)
downloadtkzinc-122f56bc10091c3f58dbe85e73847b3009bff9f5.zip
tkzinc-122f56bc10091c3f58dbe85e73847b3009bff9f5.tar.gz
tkzinc-122f56bc10091c3f58dbe85e73847b3009bff9f5.tar.bz2
tkzinc-122f56bc10091c3f58dbe85e73847b3009bff9f5.tar.xz
New encoding files
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"
+ "{|}~"
+ "¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿"
+ "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞß"
+ "àáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"
+ "¾";