1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-14 05:53:36 -04:00
elinks/src/document
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
..
css Bug 784: Add html_context->doc_cp and parse attributes with it. 2007-04-30 00:56:39 +03:00
dom Simplify init_dom_renderer, drop get_css_property 2006-12-08 15:02:59 +00:00
html put_link_line: Add a comment related to bug 213. 2007-05-13 12:11:17 +03:00
plain Cast the NULL argument of straconcat to unsigned char *. 2007-03-11 12:59:11 +02:00
docdata.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
docdata.h mem_alloc_align: drop the obj type parameter 2006-02-17 17:32:59 +00:00
document.c Don't mark undisplayed names of modules for translation. 2007-03-23 00:51:56 +02:00
document.h Add .cached to struct document 2006-12-10 03:11:04 +00:00
forms.c Added id to the form control. id is used by scripts 2006-05-01 19:22:07 +02:00
forms.h Bug 914: Don't let UTF-8 I/O affect internal representations. 2007-05-20 15:31:02 +03:00
Makefile Elute all DOM-related code and put it in src/dom 2005-12-28 14:05:14 +01:00
options.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
options.h Document the meaning of document_options.cp. 2007-04-29 21:28:40 +03:00
refresh.c Document how timer callbacks erase timer IDs; add some assertions. 2006-12-02 18:35:03 +02:00
refresh.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
renderer.c Rename CONFIG_UTF_8 to CONFIG_UTF8. 2006-09-17 16:12:47 +03:00
renderer.h Sort links when necessary 2006-01-28 14:13:41 +01:00
view.h Eliminate link_bg 2006-05-28 01:08:46 +00:00