>> + bool one_2_one_ascii >> + = (target_to_host_charmap[0] == 1 && target_to_host ('a') == >> 97); > Hmm. Is this really sufficient? I have nowhere near enough knowledge > of the potential target character sets to know if this is sufficiently > tight.
Shouldn't it be target_to_host (97) == 'a' ? Bernd.