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.