Correct previous dual key logic pending first delivery installment.
1 // Tests conversion of a single byte from UTF-16 to Unicode
3 load('CharsetConversionTests.js');
6 const expectedString = "";
7 const charset = "UTF-16BE";
10 checkDecode(CreateScriptableConverter(), charset, inString, expectedString);