RAR3 Plugins: Replaced naive with true UTF8 to UTF16 conversion in optimized and pure kernels

This commit is contained in:
Jens Steube
2021-05-21 12:46:14 +02:00
parent 23bbe457a0
commit fd51086395
8 changed files with 86 additions and 103 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ use Crypt::CBC;
use Encode;
use Digest::CRC qw (crc32);
sub module_constraints { [[0, 127], [8, 8], [0, 20], [8, 8], [-1, -1]] }
sub module_constraints { [[0, 64], [8, 8], [0, 20], [8, 8], [-1, -1]] }
my $ITERATIONS = 0x40000;