Annotation of gpl/axl/babel/axl_babel_iso88595.h, revision 1.1

1.1     ! misho       1: /**
        !             2:  * Axl Babel: encoding support for axl: iso-8859-5 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_ISO88595_H__
        !            10: #define __AXL_BABEL_ISO88595_H__
        !            11: 
        !            12: /**
        !            13:  * @brief Creates the translation table for iso-8859-5 representation to move information
        !            14:  * from iso-8859-5 to utf-8 and viceversa.
        !            15:  */
        !            16: axlBabelTable * axl_babel_build_iso88595_table (void);
        !            17: 
        !            18: #endif /* end __AXL_BABEL_ISO88595_H__ */
        !            19: 

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