summaryrefslogtreecommitdiff
path: root/charset (follow)
Commit message (Collapse)AuthorAge
* Fix first two bugs in compound text support: escape sequences wereSimon Tatham2004-09-25
| | | | | | | mis-ordered, and initial charset state failed to specify 8859-1 in GR. [originally from svn r4579] [this svn revision also touched charset,filter,timber]
* The COMPOUND_TEXT encoding used by some X applications to transferSimon Tatham2004-09-25
| | | | | | | | | | | | | internationalised text in selections is a subset of ISO 2022 containing no base character sets which libcharset doesn't already support. As such, it isn't too hard to add direct compound text support into libcharset, so here it is. With any luck I should eventually be able to integrate this into Unix PuTTY, to deal with the fact that the useful Xutf8 functions we currently use are specific to XFree86. [originally from svn r4578] [this svn revision also touched charset,filter,timber]
* Preferred MIME name for ASCII is "US-ASCII", not "ANSI_X3.4-1968". Oops.Simon Tatham2004-06-03
| | | | | [originally from svn r4269] [this svn revision also touched charset,filter,timber]
* Add charset_from_locale(), a best-effort attempt to return theSimon Tatham2004-04-22
| | | | | | | | libcharset CS_* identifier for the character set indicated by the active locale. Uses code from Markus Kuhn's website. [originally from svn r4115] [this svn revision also touched charset,timber]
* I typed `Win1252' today and libcharset didn't recognise it. Fixed.Simon Tatham2004-04-20
| | | | | [originally from svn r4107] [this svn revision also touched charset,timber]
* Fix an oddity in PDFDocEncoding.Simon Tatham2004-04-18
| | | | | [originally from svn r4093] [this svn revision also touched charset,timber]
* Now that I've renamed the `test' program to `convcs', fix .cvsignore.Simon Tatham2004-04-17
| | | | | [originally from svn r4091] [this svn revision also touched charset,timber]
* `gcc -Wall' points out some signed/unsigned comparisons. Fixed.Simon Tatham2004-04-17
| | | | | [originally from svn r4090] [this svn revision also touched charset,timber]
* Now this is a top-level CVS module, it should have LICENCE andSimon Tatham2004-04-17
| | | | | | | MODULE files of its own. [originally from svn r4089] [this svn revision also touched charset,timber]
* Link libcharset into Halibut. (This involved faffing withSimon Tatham2004-04-17
| | | | | | | | | CVSROOT/modules, so anyone with a checked-out copy of Halibut will unfortunately need to do `cvs co' again.) [originally from svn r4088] [added anachronistic .gitmodules so that past revisions can be checked out] [this svn revision also touched charset,timber]
* In preparation for using libcharset in Halibut, I've addedSimon Tatham2004-04-17
| | | | | | | | | PDFDocEncoding to the SBCS list; this is a custom superset of ISO-8859-1 used in PDF files to store user-visible text that isn't printed on a page (such as metadata and the document outline). [originally from svn r4087] [this svn revision also touched charset,timber]
* Include libcharset into both the Timber and Halibut checkouts.Simon Tatham2004-04-17
Unfortunately this means people will have to do `cvs co' again to get this update, but that appears to be the price I pay for being able to conveniently share a single source base in this way. [originally from svn r4086] [this svn revision also touched charset,timber]