X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Fcharconv.h;h=ba695ac9ed13c9cdf2d7656fff71a2f4b67e0461;hb=45201a4c724923aae01ed891be9e125b229ad189;hp=ed775b137b0e26cf27c2fa893f87452aedbaf1f1;hpb=47a0795e8a28e8ad6ff55cda89e300267d9e590c;p=libucw.git diff --git a/charset/charconv.h b/charset/charconv.h index ed775b13..ba695ac9 100644 --- a/charset/charconv.h +++ b/charset/charconv.h @@ -2,6 +2,7 @@ * Character Set Conversion Library 1.2 * * (c) 1998--2005 Martin Mares + * (c) 2007 Pavel Charvat * * This software may be freely distributed and used according to the terms * of the GNU Lesser General Public License. @@ -64,6 +65,8 @@ enum charset_id { CONV_CHARSET_MACCE, CONV_CHARSET_CORK, CONV_CHARSET_UTF8, + CONV_CHARSET_UTF16_BE, + CONV_CHARSET_UTF16_LE, CONV_NUM_CHARSETS }; @@ -78,7 +81,7 @@ unsigned int conv_x_count(void); /* Charset names */ -int find_charset_by_name(char *); +int find_charset_by_name(const char *); char *charset_name(int); #endif