If you could do a conversion on a *nix box, the conversion would be quite
simple:
sed -i -e 's/^/ñ/' \
-e 's/&/æ/' \
-e 's///' \
& etc. I just grabbed a couple of characters at random for this example.
On Sun, Nov 15, 2015 at 9:31 PM, John R. Hogerhuis <[email protected]> wrote:
> FWIW the original mapping that was created for the UTF-8 decoder was
> limited to characters available in 16-bit Unicode for efficiency reasons in
> HTERM. Getting marginally better representations of the couple of oddball
> characters weren't worth extra complexity. So the original mapping included
> characters in the range 0 to 65535.
>
> At some point I need to fix the source and build to make both M100 and
> T102/200 versions so it's nice to see full mappings.
>
>>
> -- John.
>