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