reactos/dll/shellext
Katayama Hirofumi MZ 104ef25fcc
[ZIPFLDR][BOOTDATA] Support UTF-8 Zip packing (#5450)
New ReactOS can zip/unzip files and folders in UTF-8 filenames.
You can also choose the codepage of filenames to zip/unzip via
the ZipCodePage / UnZipCodePage registry values on the registry
key HKEY_CURRENT_USER\Software\ReactOS.

Windows 8 or later also support UTF-8 zipped folders.
You can also use 3rd party software to zip/unzip in older Windows.

- Use <atlconv.h> for string conversion.
- Use zipOpenNewFileInZip4_64 instead of zipOpenNewFileInZip3_64,
  and then add MINIZIP_UTF8_FLAG flag.
- Set the filenames in UTF-8 by using CP_UTF8 codepage.
- Codepage is user selectable via registry settings.

CORE-16668
2023-07-22 12:57:32 +09:00
..
acppage
cryptext [TRANSLATION] Improve Simplified Chinese (zh-CN) translation (#4979) 2023-02-10 23:15:25 +09:00
deskadp [REACTOS] "http://www.reactos" -> "https://reactos" (#5043) 2023-02-06 17:01:52 +03:00
deskmon [REACTOS] "http://www.reactos" -> "https://reactos" (#5043) 2023-02-06 17:01:52 +03:00
devcpux
fontext [FONTEXT] Update Romanian (ro-RO) translation (#5422) 2023-07-11 10:41:56 +02:00
mydocs
netplwiz [TRANSLATION] Improve Simplified Chinese (zh-CN) translation (#4979) 2023-02-10 23:15:25 +09:00
netshell [TRANSLATION] Improvements to portuguese (pt-PT) translation (#5154) 2023-03-19 20:32:24 +01:00
ntobjshex [NTOBJSHEX] Return early from GetInfoFromPidl when pcidl is null in LPCITEMIDLIST (#4946) 2022-12-31 16:53:02 +01:00
sendmail [SENDMAIL] Fix Send To -> Desktop (create shortcut) behavior (#4913) 2022-12-03 20:06:45 +03:00
shellbtrfs
stobject
zipfldr [ZIPFLDR][BOOTDATA] Support UTF-8 Zip packing (#5450) 2023-07-22 12:57:32 +09:00
CMakeLists.txt