• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D10-Jul-2021751 1613

charset.hH A D10-Jul-20214.4 KiB15882

enum.cH A D10-Jul-2021683 204

fromucs.cH A D10-Jul-20212.3 KiB9369

internal.hH A D10-Jul-20213.1 KiB9030

localenc.cH A D10-Jul-20213.9 KiB127102

macenc.cH A D10-Jul-20217.3 KiB169120

mimeenc.cH A D10-Jul-20215.7 KiB220163

sbcs.cH A D10-Jul-20211.3 KiB5433

sbcs.datH A D10-Jul-202175.2 KiB1,1401,050

sbcsdat.cH A D10-Jul-2021212.3 KiB4,0954,029

sbcsgen.plH A D10-Jul-20213 KiB11195

slookup.cH A D10-Jul-2021541 3018

toucs.cH A D10-Jul-20212.2 KiB9171

utf8.cH A D10-Jul-202136.5 KiB878737

xenc.cH A D10-Jul-20212.6 KiB9567

README

1This subdirectory contains a general character-set conversion
2library, used in the Unix port of PuTTY, and available for use in
3other ports if it should happen to be useful.
4
5This is a variant of a library that's currently used in some other
6programs such as Timber and Halibut. At some future date, we would
7like to merge the two libraries, so that all programs use the same
8libcharset.
9
10It is therefore a _strong_ design goal that this library should remain
11perfectly general, and not tied to particulars of PuTTY. It must not
12reference any code outside its own subdirectory; it should not have
13PuTTY-specific helper routines added to it unless they can be
14documented in a general manner which might make them useful in other
15circumstances as well.
16