/**
* Axl Babel: encoding support for axl: iso-8859-7 coding
* Copyright (C) 2008 Advanced Software Production Line, S.L.
*/
/* include base header */
#include <axl_babel.h>
#ifndef __AXL_BABEL_ISO88597_H__
#define __AXL_BABEL_ISO88597_H__
/**
* @brief Creates the translation table for iso-8859-7 representation to move information
* from iso-8859-7 to utf-8 and viceversa.
*/
axlBabelTable * axl_babel_build_iso88597_table (void);
#endif /* end __AXL_BABEL_ISO88597_H__ */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>