Simon Tatham 4d8782e74f Rework versioning system to not depend on Subversion. 10 lat temu
..
README 40bcb7ebfd Update status of this library wrt other variants. 19 lat temu
charset.h c72d4b413f Support code page 852. Thanks to Tamas Tevesz. 13 lat temu
enum.c ad2bbc52a4 First draft of Unicode support in pterm. It's pretty complete: it 22 lat temu
fromucs.c c8d943ed9d Add some missing consts in character set handling. 13 lat temu
internal.h ad2bbc52a4 First draft of Unicode support in pterm. It's pretty complete: it 22 lat temu
localenc.c 15f1bc7cdb It's probably well past time for this: change PuTTY's default 11 lat temu
macenc.c 4d8782e74f Rework versioning system to not depend on Subversion. 10 lat temu
mimeenc.c c72d4b413f Support code page 852. Thanks to Tamas Tevesz. 13 lat temu
sbcs.c 3deb118d4b Having painstakingly generated those reverse mapping tables in 22 lat temu
sbcs.dat c72d4b413f Support code page 852. Thanks to Tamas Tevesz. 13 lat temu
sbcsgen.pl 1e48a52b17 sbcsgen.pl was giving different results on different machines in the case 19 lat temu
slookup.c ad2bbc52a4 First draft of Unicode support in pterm. It's pretty complete: it 22 lat temu
toucs.c c8d943ed9d Add some missing consts in character set handling. 13 lat temu
utf8.c c66bf11fa1 Add internal prototypes to keep my compiler from complaining. 22 lat temu
xenc.c c72d4b413f Support code page 852. Thanks to Tamas Tevesz. 13 lat temu

README

This subdirectory contains a general character-set conversion
library, used in the Unix port of PuTTY, and available for use in
other ports if it should happen to be useful.

This is a variant of a library that's currently used in some other
programs such as Timber and Halibut. At some future date, we would
like to merge the two libraries, so that all programs use the same
libcharset.

It is therefore a _strong_ design goal that this library should remain
perfectly general, and not tied to particulars of PuTTY. It must not
reference any code outside its own subdirectory; it should not have
PuTTY-specific helper routines added to it unless they can be
documented in a general manner which might make them useful in other
circumstances as well.