aboutsummaryrefslogtreecommitdiffstats
path: root/epan/charsets.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-05-24 17:39:54 -0700
committerGuy Harris <guy@alum.mit.edu>2019-05-25 01:07:36 +0000
commit03c5da8d8930c0456888a4d13ed2648513565d5c (patch)
treedf40e79374047bd27689152c619ced55d977610a /epan/charsets.h
parent1fd3003a6d445047e99d13f6804b5b84425a7a46 (diff)
Add Windows code page 1252.
While we're at it, add the Euro to code page 1251, expand the comments for 1250 and 1251 and some DOS code pages, and add support for code page 1251 to tvb_get_stringz_enc(). Change-Id: I053d58f87cac26ad7c109e2f1cd8807ffec0622d Reviewed-on: https://code.wireshark.org/review/33342 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/charsets.h')
-rw-r--r--epan/charsets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/charsets.h b/epan/charsets.h
index 39c469172a..2a5306a757 100644
--- a/epan/charsets.h
+++ b/epan/charsets.h
@@ -26,6 +26,8 @@ extern "C" {
extern const gunichar2 charset_table_cp1250[0x80];
/* Table for windows-1251 */
extern const gunichar2 charset_table_cp1251[0x80];
+/* Table for windows-1252 */
+extern const gunichar2 charset_table_cp1252[0x80];
/* Tables for ISO-8859-X */
extern const gunichar2 charset_table_iso_8859_2[0x80];