Hello. This seems to work fro me. At least, it fixes mc viewer: it works both with my cp1251 and utf-8. But what is still not working is C-T charset switching in viewer.
-- WBR, Andrew
--- src/tty.c
+++ src/tty.c
@@ -139,7 +139,7 @@
* good for me. So please don't mess with Red Hat people.
* Jindrich Novy ([EMAIL PROTECTED])
*/
- SLsmg_write_char(c);
+ SLsmg_write_nwchars(&c, 1);
#else
addch(c);
#endif

