1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-09 05:20:36 -04:00
elinks/src/dialogs
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
..
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 15:31:02 +03: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-03-11 12:41:17 +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-03-11 12:41:17 +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 15:31:02 +03:00
menu.h Type-check button arguments of msg_box. 2007-03-10 23:50:56 +02:00
options.c charset_list: Map the "System" codepage to the underlying one. 2007-04-09 12:33:18 +03: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 15:31:02 +03:00
status.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00