1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-03 02:25:30 +00:00
elinks/src/viewer
Kalle Olavi Niemitalo 45d1750d03 Bug 914: Don't let UTF-8 I/O affect internal representations.
Use it for the actual I/O only.  Previously, defining CONFIG_UTF8 and
enabling UTF-8 used to force many strings to the UTF-8 charset
regardless of the terminal charset option.  Now, those strings always
follow the terminal charset.  This fixes bug 914 which was caused
because _() returned strings in the terminal charset and functions
then assumed they were in UTF-8.  This reduction in the effects of
UTF-8 I/O may also simplify future testing.
2007-05-20 15:31:02 +03:00
..
dump Bug 882: Replace C1 controls with spaces in UTF-8 to the terminal. 2007-01-27 11:12:22 +02:00
text Bug 914: Don't let UTF-8 I/O affect internal representations. 2007-05-20 15:31:02 +03:00
action.c Add backspace-prefix to the main map, to backspace the last entered 2006-04-14 21:55:42 +00:00
action.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile Create a module for src/viewer, which subsumes some existing modules 2006-05-20 15:01:24 +00:00
timer.c Mark all module names for translation and include needed header files. 2007-03-21 11:01:06 +01:00
timer.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
viewer.c Missing NULL 2006-05-20 17:58:13 +02:00
viewer.h Create a module for src/viewer, which subsumes some existing modules 2006-05-20 15:01:24 +00:00