What's new:

v1.06 (08/02)

- you may quickly jump to a char by entering its decimal/hex code -
  check corresponding option (thanks to Andrew Bronnikov for advise)

- F11 or Ctrl-F11 opens plugin configuration dialog


v1.05 (04/01)

- "Copy char using its ASCII code" option - when it is checked
  (by default), module copies selected char without table conversion,
  and then pastes it into editor by "typing" Ctrl-Q, Alt+<code>.
  (thanks to Roman Pekhov for advise)

  E.g. when using Windows code page, "copyright" char (#169) will
  be put into editor exactly as "copyright", not as "c" char (#99).

- "Select current char in command line" option allows to select
  character under cursor in FAR command line

- when called from file panel, module selects DOS character table

- if FAR 1.70+ is detected, help is displayed using ShowHelp
  function, without dummy message box


v1.04 (12/00)

- now module remembers last selected character;
  note that for highlighting of the current char in editor,
  you must check "Select current editor character" option

- pressing and holding Ctrl+Alt+Shift shows user screen

- format of the status line can be changed by editing string
  " Char: %c  Decimal: %.3d  Hex: %.2X" in Ascii*.lng


v1.03 (08/00)

- mouse support implemented - you can: select current character, call
  tables menu, drag dialog window, double click to copy character
  (same as Enter), double click with Ctrl pressed to append character
  to clipboard (same as Ctrl-Enter)

- tables menu is now displayed using standard FAR Menu function;
  online help displaying corrected

- console output speeded up a little, so a screen flickering under
  some systems must be fixed


v1.02 (05/00)

- F9/Shift-F9 keys select next/previous character table

- fixed work with redirected console input, when running "dir|far /v -"


v1.01 (10/99)

first release - all basic functions implemented
