Ticket #3843: edit.patch

File edit.patch, 261 bytes (added by lzsiga, 7 years ago)

suggested change in src/editor/edit.c

Line 
13359c3359,3361
2<         if (char_for_insertion > 255 && !mc_global.utf8_display)
3---
4>         if ((char_for_insertion > 255 ||
5>           (char_for_insertion > 127 && str_isutf8 (get_codepage_id (mc_global.source_codepage)))) &&
6>           !mc_global.utf8_display)