diff options
author | obrien <obrien@FreeBSD.org> | 1997-10-07 07:03:43 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-10-07 07:03:43 +0000 |
commit | 44f5c4ce5f4e144c12732ad0666c77b422443698 (patch) | |
tree | 98224be28948d8468dde9c85ad25b1268b9611c3 /chinese/hztty/pkg-descr | |
parent | 3c0102e62cfc218f16a9f8a70950568f3c2bc3ad (diff) | |
download | FreeBSD-ports-44f5c4ce5f4e144c12732ad0666c77b422443698.zip FreeBSD-ports-44f5c4ce5f4e144c12732ad0666c77b422443698.tar.gz |
translator between GuoBiao / Big5 and HZ
PR: ports/4622
Submitted by: Ada T Lim <ada@not-enough.bandwidth.org>
Diffstat (limited to 'chinese/hztty/pkg-descr')
-rw-r--r-- | chinese/hztty/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chinese/hztty/pkg-descr b/chinese/hztty/pkg-descr new file mode 100644 index 0000000..bde75d6 --- /dev/null +++ b/chinese/hztty/pkg-descr @@ -0,0 +1,17 @@ + hztty + + This program turns a tty session from one encoding to another. + For example, running hztty on cxterm can allow you to read/write + Chinese in HZ format, which was not supported by cxterm. + If you have many applications in different encodings but your + favor terminal program only supports one, hztty can make life easy. + For example, hztty can your GB cxterm into a HZ terminal, a + Unicode (16bit, or UTF8, or UTF7) terminal, or a Big5 terminal. + + The idea is to open a new shell session on top of the current one + and to translate the encoding between the new tty and the orignal. + For example, if your application uses encoding A and your terminal + supports encoding B. Hztty catches the output of the application + and converts them from A to B before sending to the terminal. + Similarly, hztty converts all the terminal input from B to A before + sending to the application. |