mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
28 lines
746 B
Plaintext
28 lines
746 B
Plaintext
substitute "-" with ""
|
|
substitute "\xad" with ""
|
|
substitute "\x27" with ""
|
|
substitute "\xe6" with "ae"
|
|
substitute "\xc6" with "AE"
|
|
substitute "\xdf" with "ss"
|
|
substitute "\xff" with "ij"
|
|
|
|
order \
|
|
# controls
|
|
\x01;...;\x1f;\x7f;...;\x9f;\
|
|
# spaces
|
|
\ ;\xa0;\
|
|
# puncts
|
|
.;:;\;;\,;!;?;\xa1;\xbf;\
|
|
# alphas
|
|
a;\xe0;...;\xe5;A;\xc0;...;\xc5;b;B;c;\xe7;C;\xc7;d;D;e;\xe8;...;\xeb;\
|
|
E;\xc8;...;\xcb;f;F;g;G;h;H;i;\xec;...;\xef;I;\xcc;...;\xcf;j;J;k;K;\
|
|
l;L;m;M;n;\xf1;N;\xd1;o;\xf2;...;\xf6;\xf8;O;\xd2;...;\xd6;\xd8;\
|
|
p;P;q;Q;r;R;s;S;t;T;u;\xf9;...;\xfc;U;\xd9;...;\xdc;v;V;w;W;x;X;y;\
|
|
\xfd;Y;\xdd;z;Z;\xf0;\xd0;\xfe;\xde;\
|
|
# digits
|
|
0;...;9;\
|
|
# remains
|
|
\";...;&;\
|
|
\(;...;+;/;\<;...;\>;@;[;...;`;\{;...;~;\xa2;...;\xac;\xae;...;\xbe;\
|
|
\xd7;\xf7
|