p4raw-id: //depot/perl@1805
return swash_fetch(PL_utf8_mark, p);
}
-U32
+UV
to_utf8_upper(U8 *p)
{
UV uv;
return uv ? uv : utf8_to_uv(p,0);
}
-U32
+UV
to_utf8_title(U8 *p)
{
UV uv;
return uv ? uv : utf8_to_uv(p,0);
}
-U32
+UV
to_utf8_lower(U8 *p)
{
UV uv;