home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * http://perso.wanadoo.fr/blq
- * blq@wanadoo.fr
- */
-
- typedef struct hexa_plus {
- char * hexa_plus; /* token du code hexa non identifie */
- char * hexa_ansi; /* token du code hexa equivalent ANSI */
- } HexaPlus;
-
- HexaPlus HexaPlusMap [] = {
- "88", "e0",
- "89", "e2",
- "8e", "e9",
- "8f", "e8",
- "90", "e4",
- "", "",
-
- (char *)0, (char *)0
- };
-
-