+-----------------+--------------------------------+--------------------------------+
| cp1258 | windows-1258 | Vietnamese |
+-----------------+--------------------------------+--------------------------------+
-| cp65001 | | Alias to ``utf_8`` encoding |
-| | | |
-| | | .. versionadded:: 3.3 |
-+-----------------+--------------------------------+--------------------------------+
| euc_jp | eucjp, ujis, u-jis | Japanese |
+-----------------+--------------------------------+--------------------------------+
| euc_jis_2004 | jisx0213, eucjis2004 | Japanese |
+-----------------+--------------------------------+--------------------------------+
| utf_7 | U7, unicode-1-1-utf-7 | all languages |
+-----------------+--------------------------------+--------------------------------+
-| utf_8 | U8, UTF, utf8 | all languages |
+| utf_8 | U8, UTF, utf8, cp65001 | all languages |
+-----------------+--------------------------------+--------------------------------+
| utf_8_sig | | all languages |
+-----------------+--------------------------------+--------------------------------+
The utf-32\* decoders no longer decode
byte sequences that correspond to surrogate code points.
+.. versionchanged:: 3.8
+ ``cp65001`` is now an alias to ``utf_8``.
+
Python Specific Encodings
-------------------------