aboutsummaryrefslogtreecommitdiffstats
path: root/epan/charsets.c
diff options
context:
space:
mode:
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