diff options
| author | 2025-05-16 12:03:33 -0400 | |
|---|---|---|
| committer | 2025-05-16 12:03:33 -0400 | |
| commit | 9042273383de60f36a7938f0f0b49102117eef85 (patch) | |
| tree | 38efa1dbceda1d0e332e53fdde8cb57ca8191ad4 /NEWS.md | |
| parent | Merge Grapheme Segmentation Iterator Tests (diff) | |
| download | zg-9042273383de60f36a7938f0f0b49102117eef85.tar.gz zg-9042273383de60f36a7938f0f0b49102117eef85.tar.xz zg-9042273383de60f36a7938f0f0b49102117eef85.zip | |
Proofread
Diffstat (limited to 'NEWS.md')
| -rw-r--r-- | NEWS.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -52,9 +52,9 @@ UTF-8 into codepoints. Concerningly, this interpreted overlong | |||
| 52 | sequences, which has been forbidden by Unicode for more than 20 years | 52 | sequences, which has been forbidden by Unicode for more than 20 years |
| 53 | due to the security risks involved. | 53 | due to the security risks involved. |
| 54 | 54 | ||
| 55 | This has been replaced with a DFA decoder based on the work of [Björn | 55 | This has been replaced with a DFA decoder based on the work of |
| 56 | Höhrmann][UTF], which has proven itself fast[^1] and reliable. This is | 56 | [Björn Höhrmann][UTF], which has proven itself fast[^1] and reliable. |
| 57 | a breaking change; sequences such as `"\xc0\xaf"` will no longer | 57 | This is a breaking change; sequences such as `"\xc0\xaf"` will no longer |
| 58 | produce the code `'/'`, nor will surrogates return their codepoint | 58 | produce the code `'/'`, nor will surrogates return their codepoint |
| 59 | value. | 59 | value. |
| 60 | 60 | ||