# SOME DESCRIPTIVE TITLE. # Copyright (C) 2001-2016, Python Software Foundation # This file is distributed under the same license as the Python package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-02 22:11+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../Doc/library/html.entities.rst:2 msgid ":mod:`html.entities` --- Definitions of HTML general entities" msgstr "" #: ../Doc/library/html.entities.rst:9 msgid "**Source code:** :source:`Lib/html/entities.py`" msgstr "" #: ../Doc/library/html.entities.rst:13 msgid "" "This module defines four dictionaries, :data:`html5`, :data:" "`name2codepoint`, :data:`codepoint2name`, and :data:`entitydefs`." msgstr "" #: ../Doc/library/html.entities.rst:19 msgid "" "A dictionary that maps HTML5 named character references [#]_ to the " "equivalent Unicode character(s), e.g. ``html5['gt;'] == '>'``. Note that the " "trailing semicolon is included in the name (e.g. ``'gt;'``), however some of " "the names are accepted by the standard even without the semicolon: in this " "case the name is present with and without the ``';'``. See also :func:`html." "unescape`." msgstr "" #: ../Doc/library/html.entities.rst:31 msgid "" "A dictionary mapping XHTML 1.0 entity definitions to their replacement text " "in ISO Latin-1." msgstr "" #: ../Doc/library/html.entities.rst:37 msgid "A dictionary that maps HTML entity names to the Unicode code points." msgstr "" #: ../Doc/library/html.entities.rst:42 msgid "A dictionary that maps Unicode code points to HTML entity names." msgstr "" #: ../Doc/library/html.entities.rst:46 msgid "Footnotes" msgstr "Notes" #: ../Doc/library/html.entities.rst:47 msgid "See https://www.w3.org/TR/html5/syntax.html#named-character-references" msgstr ""