# iso2as7  1992 September 20 [gh]
##--------------------------------------------------------------------------
# This file folds characters in the ISO Latin 1 character into the ASCII 7
# bit IRV) character set, going for best visual match.  Those that cannot be
# translated is represented by the symbol "?".
##--------------------------------------------------------------------------
128  32
129  32
130  32
131  32
132  32
133  32
134  32
135  32
136  32
137  32
138  32
139  32
140  32
141  32
142  32
143  32
144  32
145  32
146  32
147  32
148  32
149  32
150  32
151  32
152  32
153  32
154  32
155  32
156  32
157  32
158  32
159  32
160  32		##    (NBSP)
161  33		## !  (inverted !)
162  63		## c  (cent)
163  76		## L  (sterling)
164  36		## $  (currency)
165  89		## Y  (Yen)
166 124		## |  (broken bar)
167  63		## ?? (section)
168  34		## "  (diaeresis)
169  99		## c  (copyright)
170  97		## a  (feminine)
171  34		## << (left quote)
172 126		## -~ (not)
173  45		## -  (shy)
174 114		## r  (registered)
175  45		## -  (macron)
176  42		## *  (degree)
177  63		## ?? (plus/minus)
178  50		## 2  (super 2)
179  51		## 3  (super 3)
180  39		## '  (acute)
181 117		## u  (micro)
182  63		## P  (pilcrow)
183  42		## *  (middle dot)
184  44		## ,  (cedilla)
185  49		## 1  (super 1)
186 111		## o  (masculine)
187  34		## >> (right quote)
188  63		## ?? (1/4)
189  63		## ?? (1/2)
190  63		## ?? (3/4)
191  63		## ?  (inverted ?)
192  65		## A`
193  65		## A'
194  65		## A^
195  65		## A~
196  65		## A"
197  65		## AA
198  65		## AE (norsk)
199  67		## C,
200  69		## E`
201  69		## E'
202  69		## E^
203  69		## E"
204  73		## I`
205  73		## I'
206  73		## I^
207  73		## I"
208  68		## D-
209  78		## N~
210  79		## O`
211  79		## O'
212  79		## O^
213  79		## O~
214  79		## O"
215 120		## x  (multiplication)
216  79		## OE (norsk)
217  85		## U`
218  85		## U'
219  85		## U^
220  85		## U"
221  89		## Y'
222  63		## TH
223  63		## B  (beta)
224  97		## a`
225  97		## a'
226  97		## a^
227  97		## a~
228  97		## a"
229  97		## aa
230  97		## ae (norsk)
231  99		## c,
232 101		## e`
233 101		## e'
234 101		## e^
235 101		## e~
236 105		## i`
237 105		## i'
238 105		## i^
239 105		## i"
240 100		## d  (eth)
241 110		## n~
242 111		## o`
243 111		## o'
244 111		## o^
245 111		## o~
246 111		## o"
247  47		## -: (division sign)
248 111		## oe (norsk)
249 117		## u`
250 117		## u'
251 117		## u^
252 117		## u"
253 121		## y'
254  63		## th
255 121		## y" (y-diaeresis)
# EOF
