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

..03-May-2022-

MakefileH A D03-May-2022916 4630

READMEH A D11-Mar-19931.1 KiB3531

hc.1H A D11-Mar-19932.5 KiB8476

hc.cH A D03-May-20223.4 KiB12866

hc.tabH A D11-Mar-199333.6 KiB6,7416,740

hclib.cH A D03-May-20227.9 KiB346237

hclib.hH A D03-May-20224.2 KiB12924

README

1This is version 3.0 of Hanzi Converter, which converts between GB and
2BIG-5 codes.  The conversion table has been revised with corrections.
3This version supports more options, including the showing of all
4multiple mappings, please see the man page for more detail.
5
6To compile:
7   make
8
9To create convenient shell scripts b2g and g2b, do:
10   make b2g g2b
11
12 * AUTHORS:
13 *	Ricky Yeung (Ricky.Yeung@eng.sun.com)
14 *	Fung F. Lee (lee@umunhum.stanford.edu)
15 *
16 * DISTRIBUTION:
17 *
18 *	This program and the table file are NOT in the public domain.
19 *
20 *	You may copy and distribute verbatim copies of hc source code
21 *	files, table file(s), and documentation files as you receive it
22 *	for non-commercial purposes.
23 *
24 *	If you wish to incorporate parts of hc into other programs,
25 *	write to the authors.  We have not yet worked out a simple rule
26 *	that can be stated here, but we will often permit this.
27 *
28 *	This software is provided "as is" without warranty of any kind,
29 *	either expressed or implied, including, but not limited to,
30 *	the implied warranty of fitness for a particular purpose.
31 *
32 * DISCLAIMER
33 *
34 *	This software has no connection with our employers.
35