-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b11
There are couple places where new byte array is allocated and then thrown away.
byte[] outputBytes = new byte[2];
outputBytes = encodeSurrogate(c, c2);
byte[] outputBytes = new byte[2];
outputBytes = encodeSurrogate(c, c2);