unicodeTranslations top-level constant
Implementation
const Map<int, int> unicodeTranslations = {
155: 0xe4,
156: 0xf6,
157: 0xfc,
158: 0xc4,
159: 0xd6,
160: 0xdc,
161: 0xdf,
162: 0xbb,
163: 0xab,
164: 0xeb,
165: 0xef,
166: 0xff,
167: 0xcb,
168: 0xcf,
169: 0xe1,
170: 0xe9,
171: 0xed,
172: 0xf3,
173: 0xfa,
174: 0xfd,
175: 0xc1,
176: 0xc9,
177: 0xcd,
178: 0xd3,
179: 0xda,
180: 0xdd,
181: 0xe0,
182: 0xe8,
183: 0xec,
184: 0xf2,
185: 0xf9,
186: 0xc0,
187: 0xc8,
188: 0xcc,
189: 0xd2,
190: 0xd9,
191: 0xe2,
192: 0xea,
193: 0xee,
194: 0xf4,
195: 0xfb,
196: 0xc2,
197: 0xca,
198: 0xce,
199: 0xd4,
200: 0xdb,
201: 0xe5,
202: 0xc5,
203: 0xf8,
204: 0xd8,
205: 0xe3,
206: 0xf1,
207: 0xf5,
208: 0xc3,
209: 0xd1,
210: 0xd5,
211: 0xe6,
212: 0xc6,
213: 0xe7,
214: 0xc7,
215: 0xfe,
216: 0xf0,
217: 0xde,
218: 0xd0,
219: 0xa3,
220: 0x153,
221: 0x152,
222: 0xa1,
223: 0xbf
};