From 960cdf29197bc3f5922110cf26627aa9709ac79b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 10 Jun 2005 10:29:11 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'bogue40'. --- generic/CharsetUTF8.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 generic/CharsetUTF8.h (limited to 'generic/CharsetUTF8.h') 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: - * - */ -- cgit v1.1