mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -156,9 +156,9 @@ UTF-8 has several convenient properties:
|
|||
References
|
||||
----------
|
||||
|
||||
The `Unicode Consortium site <http://www.unicode.org>`_ has character charts, a
|
||||
The `Unicode Consortium site <https://www.unicode.org>`_ has character charts, a
|
||||
glossary, and PDF versions of the Unicode specification. Be prepared for some
|
||||
difficult reading. `A chronology <http://www.unicode.org/history/>`_ of the
|
||||
difficult reading. `A chronology <https://www.unicode.org/history/>`_ of the
|
||||
origin and development of Unicode is also available on the site.
|
||||
|
||||
On the Computerphile Youtube channel, Tom Scott briefly
|
||||
|
@ -393,7 +393,7 @@ These are grouped into categories such as "Letter", "Number", "Punctuation", or
|
|||
from the above output, ``'Ll'`` means 'Letter, lowercase', ``'No'`` means
|
||||
"Number, other", ``'Mn'`` is "Mark, nonspacing", and ``'So'`` is "Symbol,
|
||||
other". See
|
||||
`the General Category Values section of the Unicode Character Database documentation <http://www.unicode.org/reports/tr44/#General_Category_Values>`_ for a
|
||||
`the General Category Values section of the Unicode Character Database documentation <https://www.unicode.org/reports/tr44/#General_Category_Values>`_ for a
|
||||
list of category codes.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue