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,
1912
1912
* the range, as using the highest possible continuation bytes
1913
1913
* in all cases yields the upper limit of each type of
1914
1914
* 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.
1916
1916
*
1917
1917
* The smallest legal continuation byte is generally
1918
1918
* 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,
1930
1930
case 0xf8 :
1931
1931
case 0xfc :
1932
1932
case 0xfe :
1933
- /* case 0xff: See commit XXX message */
1933
+ /* case 0xff: See message for b1a21fc8531cf47ab0 */
1934
1934
uv = UTF8_ACCUMULATE (uv ,
1935
1935
0x100 + 0x10
1936
1936
+ UTF_MIN_CONTINUATION_BYTE
You can’t perform that action at this time.
0 commit comments