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

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.