aboutsummaryrefslogtreecommitdiffstats
path: root/epan/charsets.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-07 15:02:55 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-07 15:02:55 +0000
commit0e5bc8a49c4778ffabf930ad325fef0321853e88 (patch)
treefbee5c11be7ab53a544183abcca22d427a8ae330 /epan/charsets.h
parente67762e3434277cd2d9fad16ec7e54a9b4dfc228 (diff)
Add string encoding for ISO/IEC 8859-2 (ENC_ISO_8859_2)
svn path=/trunk/; revision=53826
Diffstat (limited to 'epan/charsets.h')
-rw-r--r--epan/charsets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/charsets.h b/epan/charsets.h
index 0764eac600..8f3e8a6c8c 100644
--- a/epan/charsets.h
+++ b/epan/charsets.h
@@ -42,6 +42,9 @@ guint8 EBCDIC_to_ASCII1(guint8 c);
/* Table for windows-1250 */
extern const gunichar2 charset_table_cp1250[0x80];
+/* Tables for ISO-8859-X */
+extern const gunichar2 charset_table_iso_8859_2[0x80];
+
#ifdef __cplusplus
}
#endif /* __cplusplus */