mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
45d1750d03
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. |
||
---|---|---|
.. | ||
draw.c | ||
draw.h | ||
form.c | ||
form.h | ||
link.c | ||
link.h | ||
Makefile | ||
marks.c | ||
marks.h | ||
search.c | ||
search.h | ||
textarea.c | ||
textarea.h | ||
view.c | ||
view.h | ||
vs.c | ||
vs.h |