@@ -1106,10 +1106,6 @@ particular, the following variants typically exist:
1106
1106
+-----------------+--------------------------------+--------------------------------+
1107
1107
| cp1258 | windows-1258 | Vietnamese |
1108
1108
+-----------------+--------------------------------+--------------------------------+
1109
- | cp65001 | | Alias to ``utf_8 `` encoding |
1110
- | | | |
1111
- | | | .. versionadded:: 3.3 |
1112
- +-----------------+--------------------------------+--------------------------------+
1113
1109
| euc_jp | eucjp, ujis, u-jis | Japanese |
1114
1110
+-----------------+--------------------------------+--------------------------------+
1115
1111
| euc_jis_2004 | jisx0213, eucjis2004 | Japanese |
@@ -1234,7 +1230,7 @@ particular, the following variants typically exist:
1234
1230
+-----------------+--------------------------------+--------------------------------+
1235
1231
| utf_7 | U7, unicode-1-1-utf-7 | all languages |
1236
1232
+-----------------+--------------------------------+--------------------------------+
1237
- | utf_8 | U8, UTF, utf8 | all languages |
1233
+ | utf_8 | U8, UTF, utf8, cp65001 | all languages |
1238
1234
+-----------------+--------------------------------+--------------------------------+
1239
1235
| utf_8_sig | | all languages |
1240
1236
+-----------------+--------------------------------+--------------------------------+
@@ -1245,6 +1241,9 @@ particular, the following variants typically exist:
1245
1241
The utf-32\* decoders no longer decode
1246
1242
byte sequences that correspond to surrogate code points.
1247
1243
1244
+ .. versionchanged :: 3.8
1245
+ ``cp65001 `` is now an alias to ``utf_8 ``.
1246
+
1248
1247
1249
1248
Python Specific Encodings
1250
1249
-------------------------
0 commit comments