From a07c0ff1465960410089015fd91f42fac49461ac Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Sun, 15 Dec 2013 19:13:31 +0000 Subject: add support for ISO 8859-5 svn path=/trunk/; revision=54132 --- epan/charsets.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/charsets.h') diff --git a/epan/charsets.h b/epan/charsets.h index 19ea1676c4..3e076ec91a 100644 --- a/epan/charsets.h +++ b/epan/charsets.h @@ -50,6 +50,7 @@ extern const gunichar2 charset_table_cp1250[0x80]; /* Tables for ISO-8859-X */ extern const gunichar2 charset_table_iso_8859_2[0x80]; +extern const gunichar2 charset_table_iso_8859_5[0x80]; #ifdef __cplusplus } -- cgit v1.2.3