Closed GoogleCodeExporter closed 8 years ago
I'll accept this as an enhancement to add little-endian UTF-16.
Original comment by Jeff.Mott.OR
on 7 Sep 2012 at 3:56
The last line should be
return WordArray.create(words, utf16StrLength * 2);
same as before. Sorry.
Original comment by pavel.savara
on 10 Sep 2012 at 1:01
Thank God I found this solution!
Please apply this patch ASAP. It's really problem when trying connect to .NET
servers.
Original comment by sdany...@gmail.com
on 4 Dec 2012 at 2:44
Latest release includes UTF-16 little endian.
var words = CryptoJS.enc.Utf16LE.parse('Hello, World!');
Original comment by Jeff.Mott.OR
on 7 Jan 2013 at 1:56
Original issue reported on code.google.com by
pavel.savara
on 7 Sep 2012 at 3:40