1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-27 08:00:32 -04:00
elinks/src/dialogs
Kalle Olavi Niemitalo 44e8a38693 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 20:11:55 +02:00
..
document.c Use document->cached in document_info_dialog and l_current_document 2006-12-10 03:14:36 +00:00
document.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
download.c Bug 914: Don't let UTF-8 I/O affect internal representations. 2007-05-20 20:11:55 +02:00
download.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
edit.c Cast variadic arguments of getml to void *. 2007-05-01 20:04:50 +02:00
edit.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
exmode.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
exmode.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
info.c Cast variadic arguments of getml to void *. 2007-05-01 20:04:50 +02:00
info.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
menu.c Bug 914: Don't let UTF-8 I/O affect internal representations. 2007-05-20 20:11:55 +02:00
menu.h Type-check button arguments of msg_box. 2007-05-01 19:57:52 +02:00
options.c charset_list: Map the "System" codepage to the underlying one. 2007-05-01 20:24:20 +02:00
options.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
progress.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
progress.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
status.c Bug 914: Don't let UTF-8 I/O affect internal representations. 2007-05-20 20:11:55 +02:00
status.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00