Compare commits
5 Commits
ce16802ac3
...
a3973b616e
| Author | SHA1 | Date | |
|---|---|---|---|
| a3973b616e | |||
| 3a595c02b3 | |||
| 8e743e710a | |||
| 8fdbfb4e5f | |||
| d90554aa9f |
@@ -1592,7 +1592,6 @@ object MessageCrypto {
|
|||||||
// Reset bounds to default after first continuation
|
// Reset bounds to default after first continuation
|
||||||
lowerBoundary = 0x80
|
lowerBoundary = 0x80
|
||||||
upperBoundary = 0xBF
|
upperBoundary = 0xBF
|
||||||
// test
|
|
||||||
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