7zip/CPP
Ivan Sorokin 13164b23c3 Reimplement legacy OEM/ANSI codepage detection on UNIX platforms for ZIP and LZH archives.
This implementation replaces previous version by centralizing the locale-to-codepage mapping logic within the core StringConvert module. This approach improves portability by using standard iconv encoding names, and provides a fallback mechanism to the default 7-Zip conversion behavior if the requested charset is unavailable. Additionally, this commit introduces a standalone unit test harness, TEST_LegacyMapping.cpp, to verify the cross-locale codepage mapping logic independently of the full archive processing pipeline.
2026-04-17 14:35:04 +02:00
..
7zip Reimplement legacy OEM/ANSI codepage detection on UNIX platforms for ZIP and LZH archives. 2026-04-17 14:35:04 +02:00
Common Reimplement legacy OEM/ANSI codepage detection on UNIX platforms for ZIP and LZH archives. 2026-04-17 14:35:04 +02:00
Windows 26.00 2026-02-12 17:38:49 +05:00
Build.mak 25.00 2025-07-05 19:27:33 +05:00