Wicri:Dilib source, module CharSet, CharSetTabO.h
De Wicri Outils
Fichier CharSetTabO.h
/******************************************************************************
*
* Projet :
* Module : CharSet
* Fichier : CharSetTabO.h
* Auteur : J. DUCLOY
* Date : Aout 93
*
******************************************************************************/
#ifndef _DILIB_CHARSET_TABO_H
#define _DILIB_CHARSET_TABO_H
/*
position de la table == '#' => on doit transcoder
position de la table != '#' laisser tel quel
*/
static char CharSetTabO[] =
"\
######### #####\
################\
# % '()*+,-. \
0123456789:; = ?\
ABCDEFGHIJKLMNO\
PQRSTUVWXYZ[#] \
abcdefghijklmno\
pqrstuvwxyz \
################\
################\
################\
################\
################\
################\
################\
################"
;
static char CharSetTabOctalXml[] =
"\
######### #####\
################\
# %#'()*+,-. \
0123456789:;#=#?\
ABCDEFGHIJKLMNO\
PQRSTUVWXYZ[#] \
abcdefghijklmno\
pqrstuvwxyz \
################\
################\
################\
################\
################\
################\
################\
################"
;
#endif /* _DILIB_CHARSET_TABO_H */
Mise en œuvre
Exécuter sous le répertoire $DILIB_ROOT les commandes suivantes :
WicriGetPage -l wicri-outils.fr -p "Wicri:Dilib source, module CharSet, CharSetTabO.h" \
| MediaWikiExtractSources -w | HfdStoreFile
- Test
. $DILIB_IMPORT/DilibMake/DilibUpdate.sh