aboutsummaryrefslogtreecommitdiffstats
path: root/epan/charsets.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-21Fix dissection of 7 bits ASCII/GSM strings when the bit offset is not byte al...Pascal Quantin1-8/+10
2014-04-25Use 4-space indentation consistently in epan/charsets.c.Guy Harris1-314/+314
2014-04-25Add a get_ebcdic_string() routine, similar to other get_XXX_string() routines.Guy Harris1-128/+153
2014-04-25Move the XXX-to-UTF-8 loops to routines in epan/charsets.c.Guy Harris1-46/+482
2014-04-25Move GSM guint8 to unicode conversion functions to charsets.cJakub Zawadzki1-3/+60
2014-04-12Add Mac Roman and DOS CP437.Guy Harris1-0/+40
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add the rest of ISO-8859-n, thanks to Jakub's "generate a mapping table"Guy Harris1-0/+220
2013-12-18Add charset table for ISO/IEC 8859-9 (ENC_ISO_8859_9)Jakub Zawadzki1-0/+20
2013-12-15add support for ISO 8859-5Martin Kaiser1-0/+20
2013-12-15as requested, move the functions/defines for DVB character tablesMartin Kaiser1-202/+0
2013-12-09TABs -> spacesMartin Kaiser1-52/+65
2013-12-09From JakubMartin Kaiser1-0/+203
2013-12-08Encoding table for ISO/IEC 8859-2: make code points in the range 0x80-0x9F ma...Jakub Zawadzki1-8/+6
2013-12-08Add ENC_ISO_8859_1.Guy Harris1-0/+2
2013-12-07Note what the two new character encoding tables in charsets.c are.Guy Harris1-0/+6
2013-12-07Add string encoding for ISO/IEC 8859-2 (ENC_ISO_8859_2)Jakub Zawadzki1-0/+20
2013-12-07Add new string proto encoding for windows-1250 (ENC_WINDOWS_1250)Jakub Zawadzki1-0/+23
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-07-12Add a bunch of URLs for character encoding information.Guy Harris1-0/+27
2006-05-21name changeRonnie Sahlberg1-2/+2
2004-09-10Move the stuff to handle ASCII <-> EBCDIC conversions toGuy Harris1-0/+144