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