mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-10 00:52:53 +03:00

Sometime around 67a1189, patches were accepted that would allow files to be converted from source encoding to display encoding. The patches relied on a working iconv implementation. Therefore, a compile option was introduced, since not many systems in ~2000 would have a perfectly working iconv. Today, we (hopefully) rely entirely on glib. What they do to give us a working implementation is none of our business (may be system implementation or something else). So now this option doesn't make any sense and is even harmful. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>