Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

File: [Platon] / libplaton / platon / str / charsets.h (download)

Revision 1.7, Mon Jan 12 06:03:09 2004 UTC (20 years, 3 months ago) by nepto


Changes since 1.6: +2 -2 lines

Bumped copyright year to 2004, preparing to 0.6.2 release.

/**
 * Encoding tables (codepages) definitions
 *
 * @file    platon/str/charsets.h
 * @author    Ondrej Jombik <nepto@platon.sk>
 * @version    \$Platon: libcfg+/src/platon/str/charsets.h,v 1.6 2003/12/05 17:32:57 nepto Exp $
 * @date    2000-2004
 */

#ifndef _PLATON_STR_CHARSETS_H
#define _PLATON_STR_CHARSETS_H

/**
 * @name Encoding tables
 */
/**@{*/

extern char charset_ascii[];        /**< ASCII encoding table */
extern char charset_keybcs2[];        /**< Kamenicki encoding table */
extern char charset_cp1250[];        /**< Windows 1250 encoding table */
extern char charset_iso88592[];        /**< ISO-8859-2 encoding table */

/**@}*/
/**
 * @name Uncompleted encoding tables
 * @todo Complete encoding tables
 */
/**@{*/

extern char charset_pclatin2[];        /**< PC Latin 2 encoding table */
extern char charset_universum[];    /**< Universum enconding table */
extern char charset_koi8cz[];        /**< KOI8cz encondig table */
extern char charset_pclatin1a[];    /**< PC Latin 1a enconding table */

/**@}*/
/**
 * @name Aliases to encoding tables
 */
/**@{*/

extern char *charset_cp_1250;        /**< Windows 1250 alias */
extern char *charset_windows1250;    /**< Windows 1250 alias */
extern char *charset_windows_1250;    /**< Windows 1250 alias */
extern char *charset_iso_8859_2;    /**< ISO-8859-2 alias */

/**@}*/

#endif /* #ifndef _PLATON_STR_CHARSETS_H */


Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top