File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / babel / axl_babel_iso88599.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 07:09:12 2011 UTC (12 years, 11 months ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7, AXL0_6_1
3th party - XML

/**
 * Axl Babel: encoding support for axl: iso-8859-9 coding
 * Copyright (C) 2008 Advanced Software Production Line, S.L.
 */

/* include base header */
#include <axl_babel.h>

#ifndef __AXL_BABEL_ISO88599_H__
#define __AXL_BABEL_ISO88599_H__

/**
 * @brief Creates the translation table for iso-8859-9 representation to move information
 * from iso-8859-9 to utf-8 and viceversa.
 */
axlBabelTable * axl_babel_build_iso88599_table (void);

#endif /* end __AXL_BABEL_ISO88599_H__ */


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