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. |
||
---|---|---|
.. | ||
download.c | ||
download.h | ||
history.c | ||
history.h | ||
location.c | ||
location.h | ||
Makefile | ||
session.c | ||
session.h | ||
task.c | ||
task.h |