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

..03-May-2022-

charset.hH A D20-May-1994480 2112

charseta.hH A D20-May-19944.9 KiB138131

charsetv.hH A D20-May-19945.9 KiB146137

conv.cH A D20-May-19948.2 KiB152129

conv.hH A D20-May-199490 64

ctype.hH A D20-May-19942.7 KiB10474

makefileH A D03-May-2022255 1510

portable.hH A D20-May-1994468 2815

readmeH A D20-May-19941.1 KiB4430

vn78.cH A D03-May-202233.6 KiB1,080889

vn78.hH A D20-May-199415.2 KiB978944

vncompos.hH A D20-May-19941.1 KiB4326

vnconvert.cH A D03-May-20226.4 KiB252156

vnkeys.hH A D20-May-19942 KiB7649

readme

1
2/***************************************************************************
3
4	"vnconvert" converts Vietnamese text files between different
5	formats. It is intended to run on Unix platforms. The user
6	shoul recompile on his/her specific platform. A very simple
7	"Makefile" is provided.
8
9	This program is similar to the VPS "convert" for DOS, and in
10	fact, is based on the coding table provided by Vietnamese
11	Professional Society (VPS).
12
13	This program is also based on the TRICHLOR "vn7to8" package and
14	takes advantage of its header files, converting functions between
15	VISCII and VIQR formats.
16
17	The package consists of the following files:
18
19		- vnconvert.c
20		- conv.c
21		- vn78.c
22
23		- vnkeys.h
24		- conv.h
25		- ctype.h
26		- vn78.h
27		- charset.h
28		- charsetv.h
29		- charseta.h
30		- portable.h
31		- vncompos.h
32
33		- Makefile
34
35	Run "make: to install "vnconvert".
36
37	There may be a lot of things which can be improved and any comments
38	or suggestions are welcome. Please forward them to
39
40		Binh Do <binhdo@cs.ubc.ca>
41
42*****************************************************************************/
43
44