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
ecf7a52b
Kaydet (Commit)
ecf7a52b
authored
Tem 01, 2004
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
link to the codecs page from the "".encode() description.
üst
d7cc1bd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
libcodecs.tex
Doc/lib/libcodecs.tex
+1
-1
libstdtypes.tex
Doc/lib/libstdtypes.tex
+2
-1
No files found.
Doc/lib/libcodecs.tex
Dosyayı görüntüle @
ecf7a52b
...
...
@@ -513,7 +513,7 @@ the \function{lookup()} function to construct the instance.
\class
{
StreamReader
}
and
\class
{
StreamWriter
}
classes. They inherit
all other methods and attribute from the underlying stream.
\subsection
{
Standard Encodings
}
\subsection
{
Standard Encodings
\label
{
standard-encodings
}
}
Python comes with a number of codecs builtin, either implemented as C
functions, or with dictionaries as mapping tables. The following table
...
...
Doc/lib/libstdtypes.tex
Dosyayı görüntüle @
ecf7a52b
...
...
@@ -578,7 +578,8 @@ default string encoding. \var{errors} may be given to set a different
error handling scheme. The default for
\var
{
errors
}
is
\code
{
'strict'
}
, meaning that encoding errors raise a
\exception
{
ValueError
}
. Other possible values are
\code
{
'ignore'
}
and
\code
{
'replace'
}
.
\code
{
'replace'
}
. For a list of possible encodings, see
section~
\ref
{
standard-encodings
}
.
\versionadded
{
2.0
}
\end{methoddesc}
...
...
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