Skip to content

Commit c19a5ce

Browse files
committed
turkic_lc: Use utf8_to-uv_or_die not utf8_to_uvchr_buf
1 parent a233e0d commit c19a5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utf8.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4290,7 +4290,7 @@ S_turkic_lc(pTHX_ const U8 * const p0, const U8 * const e,
42904290
/* For the dot above to modify the 'I', it must be part of a
42914291
* combining sequence immediately following the 'I', and no other
42924292
* modifier with a ccc of 230 may intervene */
4293-
cp = utf8_to_uvchr_buf(p, e, NULL);
4293+
cp = utf8_to_uv_or_die(p, e, NULL);
42944294
if (! _invlist_contains_cp(PL_CCC_non0_non230, cp)) {
42954295
break;
42964296
}

0 commit comments

Comments
 (0)