diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2019-03-20 19:45:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-20 19:45:18 (GMT) |
commit | c1e2c288f41cdc1c6e6e09d9a5277a58232ceb03 (patch) | |
tree | 058299d518ec9061b3b0735f08e0f49c874e733d /Misc | |
parent | cc60cdd9c44dd15e441603ee5f78e09ea3e76929 (diff) | |
download | cpython-c1e2c288f41cdc1c6e6e09d9a5277a58232ceb03.zip cpython-c1e2c288f41cdc1c6e6e09d9a5277a58232ceb03.tar.gz cpython-c1e2c288f41cdc1c6e6e09d9a5277a58232ceb03.tar.bz2 |
bpo-36312: Fix decoders for some code pages. (GH-12369)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-03-16-16-51-17.bpo-36312.Niwm-T.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-03-16-16-51-17.bpo-36312.Niwm-T.rst b/Misc/NEWS.d/next/Windows/2019-03-16-16-51-17.bpo-36312.Niwm-T.rst new file mode 100644 index 0000000..8b325db --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-03-16-16-51-17.bpo-36312.Niwm-T.rst @@ -0,0 +1,2 @@ +Fixed decoders for the following code pages: 50220, 50221, 50222, 50225, +50227, 50229, 57002 through 57011, 65000 and 42. |