File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1912,7 +1912,7 @@ Perl_utf8_to_uv_msgs_helper_(const U8 * const s0,
19121912 * the range, as using the highest possible continuation bytes
19131913 * in all cases yields the upper limit of each type of
19141914 * problematic condition that has an upper limit. See the
1915- * commit message that added this code for a detailed analysis.
1915+ * b1a21fc8531cf47ab0 commit message for a detailed analysis.
19161916 *
19171917 * The smallest legal continuation byte is generally
19181918 * UTF8_MIN_CONTINUATION_BYTE. But for a few start bytes it is
@@ -1930,7 +1930,7 @@ Perl_utf8_to_uv_msgs_helper_(const U8 * const s0,
19301930 case 0xf8 :
19311931 case 0xfc :
19321932 case 0xfe :
1933- /* case 0xff: See commit XXX message */
1933+ /* case 0xff: See message for b1a21fc8531cf47ab0 */
19341934 uv = UTF8_ACCUMULATE (uv ,
19351935 0x100 + 0x10
19361936 + UTF_MIN_CONTINUATION_BYTE
You can’t perform that action at this time.
0 commit comments