Commit 72c1176
authored
[CSSProcessor] Replace utf8_codepoint_at with utf8_ord (#202)
Replaces the `utf8_codepoint_at()` call in `CSSProcessor` with
`utf8_ord()`. This removes the last reference to `utf8_codepoint_at()`
from the codebase so the next PR will remove that function, see
#200 for prior context.
cc @dmsnell1 parent e434a3a commit 72c1176
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
1506 | 1506 | | |
1507 | 1507 | | |
1508 | 1508 | | |
1509 | | - | |
| 1509 | + | |
1510 | 1510 | | |
1511 | 1511 | | |
1512 | 1512 | | |
| |||
0 commit comments