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

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.