/** * Axl Babel: encoding support for axl: iso-8859-4 coding * Copyright (C) 2008 Advanced Software Production Line, S.L. */ /* include base header */ #include #ifndef __AXL_BABEL_ISO88594_H__ #define __AXL_BABEL_ISO88594_H__ /** * @brief Creates the translation table for iso-8859-4 representation to move information * from iso-8859-4 to utf-8 and viceversa. */ axlBabelTable * axl_babel_build_iso88594_table (void); #endif /* end __AXL_BABEL_ISO88594_H__ */