Extracting fails when the password is a multi-byte encoded text
description
The problem, is the method "StringToByteArray" only convert Unicode Text to byte array with the encoding called IBM 437 but not the specified encoding with the zip file.So when a zip file is encrpted with the password "てのりん" and the file is encoded with SHIFT_JIS, it can't be extracted.