>* Changed EXP_KEYBOARD_LAYOUT logic so that input characters that are
>  unrepresentable in the current display character set (unless it is UTF-8)
>  get transformed into '?' instead of some accidentally chosen 8-bit
>  character.

"some accidentally chosen 8-bit character" is a much better choice than "?".
At least different chars are shown with different glyphs.  And you will not
mixup these unrecognized chars with a "true" "?".

Why not show them as ?234 which an appropriate highlight (here 234 is the octal
code of the input byte)?

Ilya

Reply via email to