mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-09 05:20:36 -04: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. |
||
---|---|---|
.. | ||
document.c | ||
document.h | ||
download.c | ||
download.h | ||
edit.c | ||
edit.h | ||
exmode.c | ||
exmode.h | ||
info.c | ||
info.h | ||
Makefile | ||
menu.c | ||
menu.h | ||
options.c | ||
options.h | ||
progress.c | ||
progress.h | ||
status.c | ||
status.h |