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

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.