Bug 269783
| Summary: | NFKC normalization doesn't work with Latin-1 characters | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nicolò Ribaudo <hello+webkit> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Nicolò Ribaudo
`"\u{A8}".normalize("NFKC")` should return `"\u{20}\u{308}"`, but it leaves the string unaffected. It works properly with non-Latin-1 characters.
I will submit a patch.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nicolò Ribaudo
Pull request: https://github.com/WebKit/WebKit/pull/24808
EWS
Committed 275062@main (c1a059873be7): <https://commits.webkit.org/275062@main>
Reviewed commits have been landed. Closing PR #24808 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/123328161>