aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make_charset_table.c
AgeCommit message (Collapse)AuthorFilesLines
2015-06-06Use %zu, not %zd, to print a size_t value (%zd would be for ssize_t).Guy Harris1-1/+1
Change-Id: I3aee7028cc43ca487492b0c5c6872be5c52d1a80 Reviewed-on: https://code.wireshark.org/review/8799 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-1/+0
There are a few things in here which could still use attention. Don't regenerate anything now. Change-Id: I283c224d3523212144707fca3d6265916cb11792 Reviewed-on: https://code.wireshark.org/review/205 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-12-21Commit sample program to generate charsets.c tables using iconv()Jakub Zawadzki1-0/+126
For now only single-byte, and it must be possible to encode whole charset as UCS-2 svn path=/trunk/; revision=54324