1174887Sache# latin5 (backward compatible with ASCII)
2174887Sache#
3174887Sache# $FreeBSD$
4174887Sache#
5174887Sachecharmap map.ISO8859-9
6174887Sacheorder \
7174887Sache# controls
8174887Sache	<NU>;...;<US>;<PA>;...;<AC>;\
9174887Sache#
10174887Sache	<NS>;<SP>;!;<!I>;\";<<<>;</>/>>;<Nb>;\
11174887Sache	<Cu>;<Ct>;<DO>;<Pd>;<Ye>;\
12174887Sache	%;&;<',>;';\(;\);*;+;<+->;<-:>;<*X>;\,;<-->;-;.;/;\
13174887Sache# digits
14174887Sache	(0,<14>,<12>,<34>);(1,<1S>);(2,<2S>);(3,<3S>);4;...;9;\
15174887Sache#
16174887Sache	:;\;;\<;=;>;?;<?I>;<SE>;<PI>;<Co>;<Rg>;<At>;\
17174887Sache# capital
18174887Sache	(A,<A'>,<A!>,<A/>>,<AA>,<A:>,<A?>,<AE>);\
19174887Sache	B;(C,<C,>);D;(E,<E'>,<E!>,<E/>>,<E:>);\
20174887Sache	F;G;<G(>;H;(I,<I'>,<I!>,<I/>>,<I:>);<I.>;\
21174887Sache	J;...;M;(N,<N?>);(O,<O'>,<O!>,<O/>>,<O:>,<O?>,<O//>);\
22174887Sache	P;...;S;<S,>;T;(U,<U'>,<U!>,<U/>>,<U:>);\
23174887Sache	V;W;X;Y;Z;\
24174887Sache#
25174887Sache	[;\\;];^;<':>;_;<'m>;<''>;`;\
26174887Sache# small
27174887Sache	(a,<a'>,<a!>,<a/>>,<aa>,<a:>,<a?>,<ae>);\
28174887Sache	b;(c,<c,>);d;(e,<e'>,<e!>,<e;>,<e:>);\
29174887Sache	f;g;<g(>;h;<i.>;(i,<i'>,<e.>,<i/>>,<i->);\
30174887Sache	j;...;m;(n,<n?>);(o,<o'>,<o!>,<o/>>,<o:>,<o?>,<o//>);\
31174887Sache	p;...;s;<s,>;<ss>;t;(u,<u'>,<u!>,<u/>>,<u:>);\
32174887Sache	v;w;x;(y,<y:>);z;\
33174887Sache#
34174887Sache	\{;<NO>;|;<BB>;\};~;<.M>;<DG>;<My>;<DT>;\
35174887Sache# remains
36174887Sache	<-a>;<-o>
37