aboutsummaryrefslogtreecommitdiffstats
path: root/epan/charsets.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-12-07 22:45:37 +0000
committerGuy Harris <guy@alum.mit.edu>2013-12-07 22:45:37 +0000
commit3c2bd00ccf526b9286a518e5c39c7f977f702221 (patch)
treeca1a82addfa733708dddd561fcf568f9f03b5ca4 /epan/charsets.c
parentc193f9c9e4bdb581cf43deb6cf1a4c0e61006e1d (diff)
Note what the two new character encoding tables in charsets.c are.
svn path=/trunk/; revision=53833
Diffstat (limited to 'epan/charsets.c')
-rw-r--r--epan/charsets.c6
1 files changed, 6 insertions, 0 deletions
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