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
faf71ea5
Kaydet (Commit)
faf71ea5
authored
Nis 18, 2003
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix spelling of cedillas.
üst
07d4fb6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
libcodecs.tex
Doc/lib/libcodecs.tex
+1
-1
whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+3
-3
No files found.
Doc/lib/libcodecs.tex
Dosyayı görüntüle @
faf71ea5
...
...
@@ -890,7 +890,7 @@ Internationalized Domain Names (IDN)). It builds upon the
These RFCs together define a protocol to support non-ASCII characters
in domain names. A domain name containing non-ASCII characters (such
as ``www.Alliancefran
\
,
c
aise.nu'') is converted into an
as ``www.Alliancefran
\
c
{
c
}
aise.nu'') is converted into an
ASCII-compatible encoding (ACE, such as
``www.xn--alliancefranaise-npb.nu''). The ACE form of the domain name
is then used in all places where arbitrary characters are not allowed
...
...
Doc/whatsnew/whatsnew23.tex
Dosyayı görüntüle @
faf71ea5
...
...
@@ -1796,10 +1796,10 @@ Any breakage caused by this change should be reported as a bug.
to convert between a Unicode domain name and the ASCII-compatible
encoding (ACE).
\begin{
verbatim
}
>>> u"www.Alliancefran
\
,
c
aise.nu".encode("idna")
\begin{
alltt
}
>>> u"www.Alliancefran
\
c
{
c
}
aise.nu".encode("idna")
'www.xn--alliancefranaise-npb.nu'
\end{
verbatim
}
\end{
alltt
}
In addition, the
\module
{
socket
}
has been extended to transparently
convert Unicode hostnames to the ACE before passing them to the C
...
...
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