mirror of https://github.com/MidnightCommander/mc
tests: edit_complete_word_cmd - use UTF-8 as terminal encoding to avoid invalid conversions
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
parent
68fb135720
commit
e5b7ca9502
|
@ -154,7 +154,7 @@ my_setup (void)
|
|||
WRect r;
|
||||
edit_arg_t arg;
|
||||
|
||||
str_init_strings (NULL);
|
||||
str_init_strings ("UTF-8");
|
||||
|
||||
vfs_init ();
|
||||
vfs_init_localfs ();
|
||||
|
|
Loading…
Reference in New Issue