新しいReactOSはUTF-8ファイル名でファイルとフォルダをZIP圧縮・展開できます。これにより異なる言語のシステムとの相互運用が改善されます。
また、HKEY_CURRENT_USER\Software\ReactOS
レジストリキーの ZipCodePage
/ UnZipCodePage
レジストリ値でファイル名のコードページを選ぶことができます。
Windows 8以降もUTF-8 ZIPファイルをサポートしています。また、古いWindowsではサードパーティーのソフトウェアで圧縮・展開できます。
Notes about ReactOS UTF-8 Zip files
New ReactOS can zip/unzip files and folders in UTF-8 filenames. This improves interoperability with systems of different languages.
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.
コメント