First draft of Unicode support in pterm. It's pretty complete: it
[u/mdw/putty] / charset / README
1 This subdirectory contains a general character-set conversion
2 library, used in the Unix port of PuTTY, and available for use in
3 other ports if it should happen to be useful.
4
5 I intend to use this same library in other programs at some future
6 date. It is therefore a _strong_ design goal that this library
7 should remain perfectly general, and not tied to particulars of
8 PuTTY. It must not reference any code outside its own subdirectory;
9 it should not have PuTTY-specific helper routines added to it unless
10 they can be documented in a general manner which might make them
11 useful in other circumstances as well.