Procedures for reading an utf8 string incorrectly read some characters greater than 65535 (0xffff). Those characters are treated as invalid characters. For example a string with only one character with code point 65536 is not read correctly.
Procedures for reading an utf8 string incorrectly read some characters greater than 65535 (0xffff). Those characters are treated as invalid characters. For example a string with only one character with code point 65536 is not read correctly.
tomasz.sowa
added the bug label 2021-05-06 01:40:22 +02:00
tomasz.sowa
self-assigned this 2021-05-06 01:40:22 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Procedures for reading an utf8 string incorrectly read some characters greater than 65535 (0xffff). Those characters are treated as invalid characters. For example a string with only one character with code point 65536 is not read correctly.