From 3c2bd00ccf526b9286a518e5c39c7f977f702221 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 7 Dec 2013 22:45:37 +0000 Subject: Note what the two new character encoding tables in charsets.c are. svn path=/trunk/; revision=53833 --- epan/charsets.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'epan/charsets.c') diff --git a/epan/charsets.c b/epan/charsets.c index cd6cba5034..800b8705aa 100644 --- a/epan/charsets.c +++ b/epan/charsets.c @@ -168,6 +168,12 @@ EBCDIC_to_ASCII1(guint8 c) return EBCDIC_translate_ASCII[c]; } +/* + * Translation tables that map the upper 128 code points in single-byte + * "extended ASCII" character encodings to Unicode code points in the + * Basic Multilingual Plane. + */ + /* REPLACEMENT CHARACTER */ #define UNREPL 0xFFFD -- cgit v1.2.3