summaryrefslogtreecommitdiff
path: root/charset (unfollow)
Commit message (Expand)Author
2017-05-24Update .gitignore.Simon Tatham
2017-05-20Replace Halibut's makefiles with autotools.Simon Tatham
2017-05-15Update to the latest libcharset commit.Simon Tatham
2016-03-16Pull in libcharset update with parallel-build fixes.Simon Tatham
2012-07-19Silly of me to overlook it: another obvious way you might like toSimon Tatham
2012-07-18A slightly silly new utility: 'confuse'. You provide it with someSimon Tatham
2012-07-18Mechanism for iterating over all supported charsets.Simon Tatham
2012-05-03Fix an integer-type mismatch between %04x in a printf format stringSimon Tatham
2011-11-09Correct a comment.Simon Tatham
2011-10-14Merge PuTTY r9326, adding CP852 support.Simon Tatham
2009-04-17I've just seen the MIME charset name 'x-sjis' in the wild. Add it toSimon Tatham
2009-01-11ctype functions require their argument to be EOF or representable as anBen Harris
2008-11-21Oh, all right. Put in the implicit zero elements at the ends of theSimon Tatham
2008-08-21I've just had some spam in Windows-874, a Thai SBCS. Add libcharsetSimon Tatham
2008-07-09Just in case sbcsgen.pl is fed an sbcs.dat with the wrong lineSimon Tatham
2007-08-05Add the ability to pass a NULL output buffer and/or an unlimitedSimon Tatham
2007-04-30Add rule to compile emacsenc.c. Noticed by David Leonard.Ben Harris
2007-04-09Add a mechanism for translating to and from the coding system symbolsBen Harris
2006-06-13I've apparently had this lying around for months but forgotten toSimon Tatham
2006-05-18Remove an outright lie I've just noticed in the comment at the topSimon Tatham
2006-04-26sbcsgen.pl was giving different results on different machines in the caseJacob Nevins
2005-12-18CP866 is popular and small. Add it to both the general and PuTTYJacob Nevins
2005-11-15Reinstate the DEPLANARISE macros, this time in what I believe is aSimon Tatham
2005-11-13Fix various compiler warnings and errors. In particular, my cunningSimon Tatham
2005-10-23write_utf8() is used in iso2022.c as of r6378; declare it.Jacob Nevins
2005-10-07Working ISO 2022 output function. Outputs full ISO 2022 (not sureSimon Tatham
2005-10-06PostScript StandardEncoding might occasionally come in handy. WhileSimon Tatham
2005-09-26Correct the URL of the X Registry to the one given in the Registry, whichBen Harris
2005-09-26Never loop up to _and including_ lenof(array).Simon Tatham
2005-09-24Correct copy and paste error.Simon Tatham
2005-09-24EUC-TW implementation, plus an explanation of why ISO-2022-CN is difficult.Ben Harris
2005-09-24Space-saving restructure of the CNS 11643 data tables. Reduces theSimon Tatham
2005-09-24Fix a couple of warnings.Ben Harris
2005-09-24Introduce the -v flag which outputs the actual index of each codeSimon Tatham
2005-09-24Add support for CNS 11643.Ben Harris
2005-09-24Include CNS 11643 in the cstable diagnostic utility.Simon Tatham
2005-09-24IRG source T3 includes not only plane 3 of CNS 11643, but also "some additionalBen Harris
2005-09-24CNS 11643 goes above the BMP, so the test code should take that intoSimon Tatham
2005-09-24Add a mapping table for CNS 11643-1992. It's a bit big, and nothingBen Harris
2005-09-21Support for the ESC $ ( 0 and ESC $ ( 1 sets that Emacs uses to embedBen Harris
2005-09-21Add support for COMPOUND_TEXT extended segments encoding ISO 98859-14,Ben Harris
2005-09-18Add two new SBCSes: BS 4730 (alias UK-ASCII) and DEC graphics (alias VT100Ben Harris
2005-09-18When documenting s0 and s1, get then the right way around.Ben Harris
2005-09-181: Better documentation of how read_iso2022() stores its state.Ben Harris
2005-09-18Ben points out that ESC ( J in ISO-2022-JP should encode theSimon Tatham
2005-09-18Make read_utf8(), like read_sbcs(), accessible to the rest of the library,Ben Harris
2005-09-18Undo another change that leaked through with the ISO-2022 commit.Ben Harris
2005-09-18Update comment to reflect state of DOCS support.Ben Harris
2005-09-18Undo accidental change in previous commit.Ben Harris
2005-09-17Support for using DOCS to switch to and from UTF-8 mode.Ben Harris