Annotation of gpl/axl/babel/axl_babel_iso885915.h, revision 1.1
1.1 ! misho 1: /**
! 2: * Axl Babel: encoding support for axl: iso-8859-15 coding
! 3: * Copyright (C) 2008 Advanced Software Production Line, S.L.
! 4: */
! 5:
! 6: /* include base header */
! 7: #include <axl_babel.h>
! 8:
! 9: #ifndef __AXL_BABEL_ISO885915_H__
! 10: #define __AXL_BABEL_ISO885915_H__
! 11:
! 12: /**
! 13: * @brief Creates the translation table for iso-8859-15 representation to move information
! 14: * from iso-8859-15 to utf-8 and viceversa.
! 15: */
! 16: axlBabelTable * axl_babel_build_iso885915_table (void);
! 17:
! 18: #endif /* end __AXL_BABEL_ISO885915_H__ */
! 19:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>