Refer : https://learn.microsoft.com/en-us/globalization/encoding/puaLGTM! The "Refer" link in the commit message could also cite the Unicode Standard itself (§23.7 defines noncharacters) alongside the Microsoft link, but this is not blocking.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[Fonts] Fix PUA test codepoints: use valid PUA instead of noncharacters
The fallback-pua-first-candidate test used U+FFFFF and U+10FFFF, which
are noncharacters (General_Category=Cn), not Private Use Area codepoints
(General_Category=Co). Replace them with U+FFFFD and U+10FFFD, the last
valid PUA codepoints in Planes 15 and 16 respectively, so the test
actually exercises PUA behavior.
Refer : https://learn.microsoft.com/en-us/globalization/encoding/pua
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |