From 0e5bc8a49c4778ffabf930ad325fef0321853e88 Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Sat, 7 Dec 2013 15:02:55 +0000 Subject: Add string encoding for ISO/IEC 8859-2 (ENC_ISO_8859_2) svn path=/trunk/; revision=53826 --- epan/charsets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'epan/charsets.h') 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 */ -- cgit v1.2.3