1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00

Update status of this library wrt other variants.

[originally from svn r6500]
This commit is contained in:
Jacob Nevins 2005-12-18 17:05:21 +00:00
parent 0f602f0368
commit 40bcb7ebfd

View File

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