Commit 9a463d3
committed
pp_pack: unpack: Use 'uv' form, not 'uvchr'
This converts a call to utf8n_to_uvchr(), using instead utf8_to_uv().
The flag parameter UTF8_ALLOW_DEFAULT before this commit is the default
for utf8_to_uv(), so it can be omitted.
Like previous commits, the previous code thought it was checking for
failure and croaking, but was checking the wrong way so that it never
could fail. In the new commit, I had to remove that checking, because
it caused test suite failures.1 parent b4df558 commit 9a463d3
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1326 | 1326 | | |
1327 | 1327 | | |
1328 | 1328 | | |
1329 | | - | |
1330 | | - | |
1331 | | - | |
1332 | | - | |
| 1329 | + | |
1333 | 1330 | | |
1334 | 1331 | | |
1335 | 1332 | | |
| |||
0 commit comments