From 5658f53501472344cf1ca05f8072841deeaae0dd Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 26 Jan 2007 09:30:28 +0000 Subject: Added codes from x00 to x1f. This should ease the use of legacy fonts used internally. --- generic/CharsetISO8859-15.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'generic') 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" ":;<=>?@" -- cgit v1.1