Eneboo - Documentación para desarrolladores
src/dbf/codepages.h
Ir a la documentación de este archivo.
00001 /**********************************************************************
00002  *      CODEPAGES.H
00003  *      Header file with codepage definitions for dbf
00004  *  using ISO-8559-1 definitions (Latin 1) to encode
00005  *  Author: Bjoern Berg, September 2002
00006  *  Email: clergyman@gmx.de
00007  *  dbf Reader and converter for dBase
00008  *  Version 0.3
00009  *
00010  *  History:
00011  *  - Version 0.3 - 2003-04-20
00012  *        splitted to codepages.h and codepages.c
00013  *  - Version 0.2 - 2003-01-30
00014  *        included patch by Christian Vogel:
00015  *        changes all occurences of "char" to "unsigned char"
00016  *    This avoids many warnings about "case statement out of range"
00017  *  - Version 0.1 - 14.09.2002
00018  *        first implementation, using iso-definitions
00019  ********************************************************************/
00020 
00021 #ifndef _DBF_CODEPAGES_
00022 #define _DBF_CODEPAGES_
00023 
00024 #include <string.h>
00025 
00026 void cp850andASCIIconvert(unsigned char *src);
00027 
00028 #endif
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'