This commit is contained in:
@@ -1592,7 +1592,7 @@ object MessageCrypto {
|
|||||||
// Reset bounds to default after first continuation
|
// Reset bounds to default after first continuation
|
||||||
lowerBoundary = 0x80
|
lowerBoundary = 0x80
|
||||||
upperBoundary = 0xBF
|
upperBoundary = 0xBF
|
||||||
|
// commit
|
||||||
if (bytesSeen == bytesNeeded) {
|
if (bytesSeen == bytesNeeded) {
|
||||||
// Sequence complete — emit code point
|
// Sequence complete — emit code point
|
||||||
if (codePoint <= 0xFFFF) {
|
if (codePoint <= 0xFFFF) {
|
||||||
|
|||||||
Reference in New Issue
Block a user