debug keys
[metze/wireshark/wip.git] / epan / charsets.c
2019-01-08 Gerald Combsepan: Add a boundary check to get_t61_string.
2019-01-04 kanidefadd encoding windows 1251, cp855, cp866
2018-02-08 Dario Lombardoepan: use SPDX indentifiers.
2018-01-18 Guy HarrisMake a pointer const that has no need not to be const.
2017-06-16 Guy HarrisFix SURROGATE_VALUE() to match what RFC 2781 says.
2016-12-12 Guy HarrisRename non-EBCDIC-specific routines.
2016-12-12 Guy HarrisFix handling of EBCDIC string fields.
2016-10-22 Pascal QuantinAdd T.61 character set support
2014-09-21 Pascal QuantinFix dissection of 7 bits ASCII/GSM strings when the...
2014-04-25 Guy HarrisUse 4-space indentation consistently in epan/charsets.c.
2014-04-25 Guy HarrisAdd a get_ebcdic_string() routine, similar to other...
2014-04-25 Guy HarrisMove the XXX-to-UTF-8 loops to routines in epan/charsets.c.
2014-04-25 Jakub ZawadzkiMove GSM guint8 to unicode conversion functions to...
2014-04-12 Guy HarrisAdd Mac Roman and DOS CP437.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-21 Guy HarrisAdd the rest of ISO-8859-n, thanks to Jakub's "generate...
2013-12-18 Jakub ZawadzkiAdd charset table for ISO/IEC 8859-9 (ENC_ISO_8859_9)
2013-12-15 Martin Kaiseradd support for ISO 8859-5
2013-12-15 Martin Kaiseras requested, move the functions/defines for DVB charac...
2013-12-09 Martin KaiserTABs -> spaces
2013-12-09 Martin KaiserFrom Jakub
2013-12-08 Jakub ZawadzkiEncoding table for ISO/IEC 8859-2: make code points...
2013-12-08 Guy HarrisAdd ENC_ISO_8859_1.
2013-12-07 Guy HarrisNote what the two new character encoding tables in...
2013-12-07 Jakub ZawadzkiAdd string encoding for ISO/IEC 8859-2 (ENC_ISO_8859_2)
2013-12-07 Jakub ZawadzkiAdd new string proto encoding for windows-1250 (ENC_WIN...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-07-12 Guy HarrisAdd a bunch of URLs for character encoding information.
2006-05-21 Ronnie Sahlbergname change
2004-09-10 Guy HarrisMove the stuff to handle ASCII <-> EBCDIC conversions to