sgt/charset
2012-07-19 simonSilly of me to overlook it: another obvious way you... master git-svn
2012-07-18 simonA slightly silly new utility: 'confuse'. You provide...
2012-07-18 simonMechanism for iterating over all supported charsets.
2012-05-03 simonFix an integer-type mismatch between %04x in a printf...
2011-11-09 simonCorrect a comment.
2011-10-14 simonMerge PuTTY r9326, adding CP852 support.
2009-04-17 simonI've just seen the MIME charset name 'x-sjis' in the...
2009-01-11 benctype functions require their argument to be EOF or...
2008-11-21 simonOh, all right. Put in the implicit zero elements at...
2008-08-21 simonI've just had some spam in Windows-874, a Thai SBCS...
2008-07-09 simonJust in case sbcsgen.pl is fed an sbcs.dat with the...
2007-08-05 simonAdd the ability to pass a NULL output buffer and/or...
2007-04-30 benAdd rule to compile emacsenc.c. Noticed by David Leonard.
2007-04-09 benAdd a mechanism for translating to and from the coding...
2006-06-13 simonI've apparently had this lying around for months but...
2006-05-18 simonRemove an outright lie I've just noticed in the comment...
2006-04-26 jacobsbcsgen.pl was giving different results on different...
2005-12-18 jacobCP866 is popular and small. Add it to both the general...
2005-11-15 simonReinstate the DEPLANARISE macros, this time in what...
2005-11-13 simonFix various compiler warnings and errors. In particular...
2005-10-23 jacobwrite_utf8() is used in iso2022.c as of r6378; declare it.
2005-10-07 simonWorking ISO 2022 output function. Outputs full ISO...
2005-10-06 simonPostScript StandardEncoding might occasionally come...
2005-09-26 benCorrect the URL of the X Registry to the one given...
2005-09-26 simonNever loop up to _and including_ lenof(array).
2005-09-24 simonCorrect copy and paste error.
2005-09-24 benEUC-TW implementation, plus an explanation of why ISO...
2005-09-24 simonHow on earth have I managed not to have libcharset...
2005-09-24 simonSpace-saving restructure of the CNS 11643 data tables...
2005-09-24 benFix a couple of warnings.
2005-09-24 simonIntroduce the -v flag which outputs the actual index...
2005-09-24 benAdd support for CNS 11643.
2005-09-24 simonInclude CNS 11643 in the cstable diagnostic utility.
2005-09-24 benIRG source T3 includes not only plane 3 of CNS 11643...
2005-09-24 simonCNS 11643 goes above the BMP, so the test code should...
2005-09-24 benAdd a mapping table for CNS 11643-1992. It's a bit...
2005-09-21 benSupport for the ESC $ ( 0 and ESC $ ( 1 sets that Emacs...
2005-09-21 benAdd support for COMPOUND_TEXT extended segments encodin...
2005-09-18 benAdd two new SBCSes: BS 4730 (alias UK-ASCII) and DEC...
2005-09-18 benWhen documenting s0 and s1, get then the right way...
2005-09-18 ben1: Better documentation of how read_iso2022() stores...
2005-09-18 simonBen points out that ESC ( J in ISO-2022-JP should encod...
2005-09-18 benMake read_utf8(), like read_sbcs(), accessible to the...
2005-09-18 benUndo another change that leaked through with the ISO...
2005-09-18 benUpdate comment to reflect state of DOCS support.
2005-09-18 benUndo accidental change in previous commit.
2005-09-17 benSupport for using DOCS to switch to and from UTF-8...
2005-09-17 benReasonably complete ISO 2022 support. Huge and hairy...
2005-09-17 benUse standard "WILD" markers for unregistered Big 5...
2005-09-17 benFix stupid typo.
2005-09-17 benNames for ASCII and JIS X 0201 that appear both in...
2005-09-17 benTIS-620 is equivalent to ISO 8859-11, so map the MIME...
2005-09-16 benSubstantial overhaul of the UTF-8 decoder. It now...
2005-09-16 simonBring utf8.c's internal tests up to date in the (somewh...
2005-09-13 simonI've apparently had this todo-list comment sitting...
2005-03-10 simonExplicitly constify a bunch of static data declarations...
2005-02-18 jacobAdd a `--list-charsets' option to Halibut to enumerate...
2004-11-18 simonMove MODULE files out of individual project directories...
2004-11-16 simonRemove .cvsignore files on all active branches.
2004-11-16 simonCVS revision numbers, stored as `cvs2svn:cvs-rev' prope...
2004-10-26 simonCouple of fiddly fixes in libcharset.
2004-09-25 simonCross-testing the libcharset compound text implementati...
2004-09-25 simonFix first two bugs in compound text support: escape...
2004-09-25 simonThe COMPOUND_TEXT encoding used by some X applications...
2004-06-03 simonPreferred MIME name for ASCII is "US-ASCII", not "ANSI_...
2004-04-22 simonAdd charset_from_locale(), a best-effort attempt to...
2004-04-20 simonI typed `Win1252' today and libcharset didn't recognise...
2004-04-18 simonFix an oddity in PDFDocEncoding.
2004-04-17 simonNow that I've renamed the `test' program to `convcs...
2004-04-17 simon`gcc -Wall' points out some signed/unsigned comparisons...
2004-04-17 simonNow this is a top-level CVS module, it should have...
2004-04-17 simonLink libcharset into Halibut. (This involved faffing...
2004-04-17 simonIn preparation for using libcharset in Halibut, I've...
2004-04-17 simonInclude libcharset into both the Timber and Halibut...