> For those alternative charsets remapping some ranges of the symbols is > required, which could be easily done using UTF=E2=80=908 characters.
But how exactly should this work? I tried naively just filling gfx[] with the appropriate mappings (i.e. ['x'] =3D '|' (pretend that's the unicode vertical line)), but of course that won't work since gfx is a char[]. I got a bunch of wchar warnings and it, not surprisingly, didn't work.=20 I'll give it another try today.