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
ded8e740
Kaydet (Commit)
ded8e740
authored
Haz 28, 2003
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Correct markup errors that prevented formatting.
üst
7928f388
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tut.tex
Doc/tut/tut.tex
+2
-2
No files found.
Doc/tut/tut.tex
Dosyayı görüntüle @
ded8e740
...
@@ -307,7 +307,7 @@ comment in Python.
...
@@ -307,7 +307,7 @@ comment in Python.
It is possible to use encodings different than ASCII in Python source
It is possible to use encodings different than ASCII in Python source
files. The best way to do it is to put one more special comment line
files. The best way to do it is to put one more special comment line
right after
\code
{
#!
}
line making proper encoding declaration:
right after
\code
{
\
#
!
}
line making proper encoding declaration:
\begin{verbatim}
\begin{verbatim}
# -*- coding: iso-8859-1 -*-
# -*- coding: iso-8859-1 -*-
...
@@ -326,7 +326,7 @@ encoding declaration. IDLE supports such saving if
...
@@ -326,7 +326,7 @@ encoding declaration. IDLE supports such saving if
\code
{
Options/General/Default Source Encoding/UTF-8
}
is set. Notice
\code
{
Options/General/Default Source Encoding/UTF-8
}
is set. Notice
that this signature is not understood in older Python releases (2.2
that this signature is not understood in older Python releases (2.2
and earlier), and also not understood by the operating system for
and earlier), and also not understood by the operating system for
\code
{
#!
}
files.
\code
{
\
#
!
}
files.
By using UTF-8 (either through the signature, or a an encoding
By using UTF-8 (either through the signature, or a an encoding
declaration), characters of most languages in the world can be used
declaration), characters of most languages in the world can be used
...
...
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