Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cb0dc06

Browse files
committed
Remove duplicates
1 parent a866d1a commit cb0dc06

File tree

6 files changed

+0
-417
lines changed

6 files changed

+0
-417
lines changed

src/data/charset.conf

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -38,43 +38,3 @@ HostCharset 192.168.2.3-192.168.2.7 alt
3838

3939
# This is exeption from previous rule!
4040
HostCharset 192.168.2.4 win
41-
#
42-
# Example PostgreSQL charsets control file.
43-
#
44-
# Should be placed in $PG_DATA directory.
45-
#
46-
# On the fly recoding charsets, based on client's IP address.
47-
# For example: koi8-u (koi) <-> cp1251 (win) <-> cp866 (alt)
48-
#
49-
50-
# Base charset for backend
51-
# Most Unices use koi8-r(u) as base charset. But Solaris
52-
# use iso8859-5 and some networkless workstations use cp866.
53-
BaseCharset koi
54-
55-
# There are recode table definitions from base charset to
56-
# other. Table names are relative to $PG_DATA directory.
57-
# Tables are taken from Russian Apache <http://apache.lexa.ru>.
58-
RecodeTable koi alt koi-alt.tab
59-
RecodeTable koi win koi-win.tab
60-
RecodeTable koi iso koi-iso.tab
61-
RecodeTable koi koi koi-koi.tab
62-
RecodeTable alt win othertabs/alt-win.tab
63-
RecodeTable alt koi othertabs/alt-koi.tab
64-
RecodeTable iso koi othertabs/iso-koi.tab
65-
66-
# Local loopback
67-
HostCharset 127.0.0.1 koi
68-
69-
# Yet another Unix (maybe ;)
70-
HostCharset 192.168.0.1 koi
71-
72-
# There are Windows on 192.168.1.64 through 192.168.1.95
73-
HostCharset 192.168.1.64/27 win
74-
75-
# There are cp866 (alt) systems on 192.168.2.3 through
76-
# 192.168.2.7 (exept 192.168.2.4 - see below)
77-
HostCharset 192.168.2.3-192.168.2.7 alt
78-
79-
# This is exeption from previous rule!
80-
HostCharset 192.168.2.4 win

src/data/koi-alt.tab

Lines changed: 0 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -83,88 +83,3 @@
8383
253 153
8484
254 151
8585
255 154
86-
# Line with '#' at the begin is comment
87-
# table file may contain number of line as you wana
88-
# first - code of symbol, second translate code of symbol
89-
# codes may be in two forms: decimal and hex
90-
# examples:
91-
# 192 225
92-
# 0x81 226
93-
# 226 0x81
94-
# 0x90 0xfe
95-
# patch for Russia by Dm.Kryukov (dvk@stack.serpukhov.su)
96-
#
97-
163 241
98-
164 243
99-
166 249
100-
167 245
101-
173 173
102-
179 240
103-
180 242
104-
182 248
105-
183 244
106-
189 189
107-
192 238
108-
193 160
109-
194 161
110-
195 230
111-
196 164
112-
197 165
113-
198 228
114-
199 163
115-
200 229
116-
201 168
117-
202 169
118-
203 170
119-
204 171
120-
205 172
121-
206 173
122-
207 174
123-
208 175
124-
209 239
125-
210 224
126-
211 225
127-
212 226
128-
213 227
129-
214 166
130-
215 162
131-
216 236
132-
217 235
133-
218 167
134-
219 232
135-
220 237
136-
221 233
137-
222 231
138-
223 234
139-
224 158
140-
225 128
141-
226 129
142-
227 150
143-
228 132
144-
229 133
145-
230 148
146-
231 131
147-
232 149
148-
233 136
149-
234 137
150-
235 138
151-
236 139
152-
237 140
153-
238 141
154-
239 142
155-
240 143
156-
241 159
157-
242 144
158-
243 145
159-
244 146
160-
245 147
161-
246 134
162-
247 130
163-
248 156
164-
249 155
165-
250 135
166-
251 152
167-
252 157
168-
253 153
169-
254 151
170-
255 154

src/data/koi-iso.tab

Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -73,78 +73,3 @@
7373
253 0xc9
7474
254 0xc7
7575
255 0xca
76-
# Line with '#' at the begin is comment
77-
# table file may contain number of line as you wana
78-
# first - code of symbol, second translate code of symbol
79-
# codes may be in two forms: decimal and hex
80-
# examples:
81-
# 192 225
82-
# 0x81 226
83-
# 226 0x81
84-
# 0x90 0xfe
85-
# patch for Russia by Dm.Kryukov (dvk@stack.serpukhov.su)
86-
#
87-
192 0xee
88-
193 0xd0
89-
194 0xd1
90-
195 0xe6
91-
196 0xd4
92-
197 0xd5
93-
198 0xe4
94-
199 0xd3
95-
200 0xe5
96-
201 0xd8
97-
202 0xd9
98-
203 0xda
99-
204 0xdb
100-
205 0xdc
101-
206 0xdd
102-
207 0xde
103-
208 0xdf
104-
209 0xef
105-
210 0xe0
106-
211 0xe1
107-
212 0xe2
108-
213 0xe3
109-
214 0xd6
110-
215 0xd2
111-
216 0xec
112-
217 0xeb
113-
218 0xd7
114-
219 0xe8
115-
220 0xed
116-
221 0xe9
117-
222 0xe7
118-
223 0xea
119-
224 0xce
120-
225 0xb0
121-
226 0xb1
122-
227 0xc6
123-
228 0xb4
124-
229 0xb5
125-
230 0xc4
126-
231 0xb3
127-
232 0xc5
128-
233 0xb8
129-
234 0xb9
130-
235 0xba
131-
236 0xbb
132-
237 0xbc
133-
238 0xbd
134-
239 0xbe
135-
240 0xbf
136-
241 0xcf
137-
242 0xc0
138-
243 0xc1
139-
244 0xc2
140-
245 0xc3
141-
246 0xb6
142-
247 0xb2
143-
248 0xcc
144-
249 0xcb
145-
250 0xb7
146-
251 0xc8
147-
252 0xcd
148-
253 0xc9
149-
254 0xc7
150-
255 0xca

src/data/koi-koi.tab

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# Hmm ...
22
#
3-
# Hmm ...
4-
#

src/data/koi-mac.tab

Lines changed: 0 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -128,133 +128,3 @@
128128
253 0x99
129129
254 0x97
130130
255 0x9a
131-
# Hmm ...
132-
#
133-
128 0xc0
134-
129 0xc1
135-
130 0xc2
136-
131 0xc3
137-
132 0xc4
138-
133 0xc5
139-
134 0xc6
140-
135 0xc7
141-
136 0xc8
142-
137 0xc9
143-
138 0xca
144-
139 0xcb
145-
140 0xcc
146-
141 0xcd
147-
142 0xce
148-
143 0xcf
149-
144 0xd0
150-
145 0xd1
151-
146 0xd2
152-
147 0xd3
153-
148 0xd4
154-
149 0xd5
155-
150 0xd6
156-
151 0xd7
157-
152 0xd8
158-
153 0xd9
159-
154 0xda
160-
155 0xdb
161-
156 0xdc
162-
157 0xdd
163-
158 0xde
164-
159 0xdf
165-
160 0xa0
166-
161 0xa1
167-
162 0xa2
168-
163 0xa3
169-
164 0xa4
170-
165 0xa5
171-
166 0xa6
172-
167 0xa7
173-
168 0xa8
174-
169 0xa9
175-
170 0xaa
176-
171 0xab
177-
172 0xac
178-
173 0xad
179-
174 0xae
180-
175 0xaf
181-
176 0xb0
182-
177 0xb1
183-
178 0xb2
184-
179 0xb3
185-
180 0xb4
186-
181 0xb5
187-
182 0xb6
188-
183 0xb7
189-
184 0xb8
190-
185 0xb9
191-
186 0xba
192-
187 0xbb
193-
188 0xbc
194-
189 0xbd
195-
190 0xbe
196-
191 0xbf
197-
192 0xfe
198-
193 0xe0
199-
194 0xe1
200-
195 0xf6
201-
196 0xe4
202-
197 0xe5
203-
198 0xf4
204-
199 0xe3
205-
200 0xf5
206-
201 0xe8
207-
202 0xe9
208-
203 0xea
209-
204 0xeb
210-
205 0xec
211-
206 0xed
212-
207 0xee
213-
208 0xef
214-
209 0xdf
215-
210 0xf0
216-
211 0xf1
217-
212 0xf2
218-
213 0xf3
219-
214 0xe6
220-
215 0xe2
221-
216 0xfc
222-
217 0xfb
223-
218 0xe7
224-
219 0xf8
225-
220 0xfd
226-
221 0xf9
227-
222 0xf7
228-
223 0xfa
229-
224 0x9e
230-
225 0x80
231-
226 0x81
232-
227 0x96
233-
228 0x84
234-
229 0x85
235-
230 0x94
236-
231 0x83
237-
232 0x95
238-
233 0x88
239-
234 0x89
240-
235 0x8a
241-
236 0x8b
242-
237 0x8c
243-
238 0x8d
244-
239 0x8e
245-
240 0x8f
246-
241 0x9f
247-
242 0x90
248-
243 0x91
249-
244 0x92
250-
245 0x93
251-
246 0x86
252-
247 0x82
253-
248 0x9c
254-
249 0x9b
255-
250 0x87
256-
251 0x98
257-
252 0x9d
258-
253 0x99
259-
254 0x97
260-
255 0x9a

0 commit comments

Comments
 (0)