mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
This commit is contained in:
parent
051b9d08d1
commit
51796e5d26
8 changed files with 14 additions and 14 deletions
|
@ -153,7 +153,7 @@ STRINGLIB(utf8_decode)(const char **inptr, const char *end,
|
|||
/* Decoding UTF-8 sequences in range \xED\xA0\x80-\xED\xBF\xBF
|
||||
will result in surrogates in range D800-DFFF. Surrogates are
|
||||
not valid UTF-8 so they are rejected.
|
||||
See http://www.unicode.org/versions/Unicode5.2.0/ch03.pdf
|
||||
See https://www.unicode.org/versions/Unicode5.2.0/ch03.pdf
|
||||
(table 3-7) and http://www.rfc-editor.org/rfc/rfc3629.txt */
|
||||
goto InvalidContinuation1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue