Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
c4c15ed7
Kaydet (Commit)
c4c15ed7
authored
Haz 05, 2019
tarafından
Ashwin Ramaswami
Kaydeden (comit)
Cheryl Sabella
Haz 05, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-35551: encodings update (GH-11446)
üst
54edb04a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
codecs.rst
Doc/library/codecs.rst
+2
-1
aliases.py
Lib/encodings/aliases.py
+1
-3
2019-01-18-16-16-27.bpo-35551.oF5pbO.rst
...ore and Builtins/2019-01-18-16-16-27.bpo-35551.oF5pbO.rst
+4
-0
No files found.
Doc/library/codecs.rst
Dosyayı görüntüle @
c4c15ed7
...
@@ -1198,7 +1198,8 @@ particular, the following variants typically exist:
...
@@ -1198,7 +1198,8 @@ particular, the following variants typically exist:
+-----------------+--------------------------------+--------------------------------+
+-----------------+--------------------------------+--------------------------------+
| mac_iceland | maciceland | Icelandic |
| mac_iceland | maciceland | Icelandic |
+-----------------+--------------------------------+--------------------------------+
+-----------------+--------------------------------+--------------------------------+
| mac_latin2 | maclatin2, maccentraleurope | Central and Eastern Europe |
| mac_latin2 | maclatin2, maccentraleurope, | Central and Eastern Europe |
| | mac_centeuro | |
+-----------------+--------------------------------+--------------------------------+
+-----------------+--------------------------------+--------------------------------+
| mac_roman | macroman, macintosh | Western Europe |
| mac_roman | macroman, macintosh | Western Europe |
+-----------------+--------------------------------+--------------------------------+
+-----------------+--------------------------------+--------------------------------+
...
...
Lib/encodings/aliases.py
Dosyayı görüntüle @
c4c15ed7
...
@@ -448,6 +448,7 @@ aliases = {
...
@@ -448,6 +448,7 @@ aliases = {
# mac_latin2 codec
# mac_latin2 codec
'maccentraleurope'
:
'mac_latin2'
,
'maccentraleurope'
:
'mac_latin2'
,
'mac_centeuro'
:
'mac_latin2'
,
'maclatin2'
:
'mac_latin2'
,
'maclatin2'
:
'mac_latin2'
,
# mac_roman codec
# mac_roman codec
...
@@ -491,9 +492,6 @@ aliases = {
...
@@ -491,9 +492,6 @@ aliases = {
'sjisx0213'
:
'shift_jisx0213'
,
'sjisx0213'
:
'shift_jisx0213'
,
's_jisx0213'
:
'shift_jisx0213'
,
's_jisx0213'
:
'shift_jisx0213'
,
# tactis codec
'tis260'
:
'tactis'
,
# tis_620 codec
# tis_620 codec
'tis620'
:
'tis_620'
,
'tis620'
:
'tis_620'
,
'tis_620_0'
:
'tis_620'
,
'tis_620_0'
:
'tis_620'
,
...
...
Misc/NEWS.d/next/Core and Builtins/2019-01-18-16-16-27.bpo-35551.oF5pbO.rst
0 → 100644
Dosyayı görüntüle @
c4c15ed7
Updated encodings:
- Removed the "tis260" encoding, which was an alias for the nonexistent "tactis" codec.
- Added "mac_centeuro" as an alias for the mac_latin2 encoding.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment