X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fcharconv.h;h=808e661358f6218b3241d0cf5d72ce9a939d2474;hb=3ea54a36438924d1e7d0d66b864be846a079acf8;hp=d93678f8fe199074edeffd0c4f1f61dcc9fed85d;hpb=49ed04e2e93a6a5b01058638224621d5c07db01c;p=libucw.git diff --git a/charset/charconv.h b/charset/charconv.h index d93678f8..808e6613 100644 --- a/charset/charconv.h +++ b/charset/charconv.h @@ -35,8 +35,21 @@ void conv_set_charset(struct conv_context *, int, int); enum charset_id { CONV_CHARSET_ASCII, - CONV_CHARSET_LATIN1, - CONV_CHARSET_LATIN2, + CONV_CHARSET_ISO_8859_1, + CONV_CHARSET_ISO_8859_2, + CONV_CHARSET_ISO_8859_3, + CONV_CHARSET_ISO_8859_4, + CONV_CHARSET_ISO_8859_5, + CONV_CHARSET_ISO_8859_6, + CONV_CHARSET_ISO_8859_7, + CONV_CHARSET_ISO_8859_8, + CONV_CHARSET_ISO_8859_9, + CONV_CHARSET_ISO_8859_10, + CONV_CHARSET_ISO_8859_11, + CONV_CHARSET_ISO_8859_13, + CONV_CHARSET_ISO_8859_14, + CONV_CHARSET_ISO_8859_15, + CONV_CHARSET_ISO_8859_16, CONV_CHARSET_WIN1250, CONV_CHARSET_WIN1252, CONV_CHARSET_KAMCS,