mcwin32 icon indicating copy to clipboard operation
mcwin32 copied to clipboard

Review CodePage integration

Open adamyg opened this issue 1 year ago • 0 comments

MC's native code-page support is unaware of the consoles abilities, consider reworking.

Keyboard input and display are now both always UTF-8/Unicode, meaning input code-page support is not required, yet editor encoding can have direct effects;

  • Separate display and editor code-page functionality.

  • Control display code-page via Console API's, not internal mapping

  • OR disable

adamyg avatar Jan 23 '24 01:01 adamyg