aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorlecoanet2007-01-26 09:30:28 +0000
committerlecoanet2007-01-26 09:30:28 +0000
commit5658f53501472344cf1ca05f8072841deeaae0dd (patch)
treeb3ce878aff7023ccd4adfa1ccb12978749356f11 /generic
parent73f90db03816d4e70e4fff5cc630668f44be1af3 (diff)
downloadtkzinc-5658f53501472344cf1ca05f8072841deeaae0dd.zip
tkzinc-5658f53501472344cf1ca05f8072841deeaae0dd.tar.gz
tkzinc-5658f53501472344cf1ca05f8072841deeaae0dd.tar.bz2
tkzinc-5658f53501472344cf1ca05f8072841deeaae0dd.tar.xz
Added codes from x00 to x1f. This should ease the use of legacy fonts
used internally.
Diffstat (limited to 'generic')
-rw-r--r--generic/CharsetISO8859-15.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/CharsetISO8859-15.h b/generic/CharsetISO8859-15.h
index 91bf647..8235bf8 100644
--- a/generic/CharsetISO8859-15.h
+++ b/generic/CharsetISO8859-15.h
@@ -5,6 +5,10 @@
* search rely on this to locate the glyphs and infos.
*/
static unsigned char *ZnDefaultCharset =
+ "\x00\x01\x02\x03\x04\x05\x06\x07"
+ "\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f"
+ "\x10\x11\x12\x13\x14\x15\x16\x17"
+ "\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f"
" !\"#$%&'()*+,-./"
"0123456789"
":;<=>?@"