From 431f06f02cbacbd4496e13ebda51a580f0a48b91 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 14 Mar 2021 20:47:22 +0000 Subject: snapshot of project "lynx", label v2-9-0dev_6f --- src/chrtrans/makefile.msc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/chrtrans/makefile.msc') diff --git a/src/chrtrans/makefile.msc b/src/chrtrans/makefile.msc index 48d074ab..8dd8ace4 100644 --- a/src/chrtrans/makefile.msc +++ b/src/chrtrans/makefile.msc @@ -59,6 +59,7 @@ TABLES= \ iso13_uni.h \ iso14_uni.h \ iso15_uni.h \ + iso16_uni.h \ koi8r_uni.h \ koi8u_uni.h \ mac_uni.h \ @@ -117,6 +118,7 @@ iso10_uni.h: iso10_uni.tbl makeuctb.exe iso13_uni.h: iso13_uni.tbl makeuctb.exe iso14_uni.h: iso14_uni.tbl makeuctb.exe iso15_uni.h: iso15_uni.tbl makeuctb.exe +iso16_uni.h: iso16_uni.tbl makeuctb.exe koi8r_uni.h: koi8r_uni.tbl makeuctb.exe koi8u_uni.h: koi8u_uni.tbl makeuctb.exe mac_uni.h: mac_uni.tbl makeuctb.exe -- cgit 1.4.1-2-gfad0 >Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/002test.cc
blob: 817b0d47c806bcf1f3ee56b6c18e12e55c24f72a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104