File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / babel / axl_babel_iso88592.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 07:09:12 2011 UTC (13 years ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7, AXL0_6_1
3th party - XML

    1: /**
    2:  * Axl Babel: encoding support for axl: iso-8859-2 coding
    3:  * Copyright (C) 2008 Advanced Software Production Line, S.L.
    4:  */
    5: 
    6: /* include base header */
    7: #include <axl_babel.h>
    8: 
    9: #ifndef __AXL_BABEL_ISO88592_H__
   10: #define __AXL_BABEL_ISO88592_H__
   11: 
   12: /**
   13:  * @brief Creates the translation table for iso-8859-2 representation to move information
   14:  * from iso-8859-2 to utf-8 and viceversa.
   15:  */
   16: axlBabelTable * axl_babel_build_iso88592_table (void);
   17: 
   18: #endif /* end __AXL_BABEL_ISO88592_H__ */
   19: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>