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
0d0b80bc
Kaydet (Commit)
0d0b80bc
authored
Mar 23, 2010
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Link specifically to the UCD version 5.2.0.
üst
88b6f8ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
unicodedata.rst
Doc/library/unicodedata.rst
+2
-2
unicodedata.c
Modules/unicodedata.c
+2
-1
No files found.
Doc/library/unicodedata.rst
Dosyayı görüntüle @
0d0b80bc
...
@@ -20,8 +20,8 @@ based on the :file:`UnicodeData.txt` file version 5.2.0 which is publicly
...
@@ -20,8 +20,8 @@ based on the :file:`UnicodeData.txt` file version 5.2.0 which is publicly
available from ftp://ftp.unicode.org/.
available from ftp://ftp.unicode.org/.
The module uses the same names and symbols as defined by the UnicodeData File
The module uses the same names and symbols as defined by the UnicodeData File
Format 5.2.0 (see http://www.unicode.org/reports/tr44/
). It defines the
Format 5.2.0 (see http://www.unicode.org/reports/tr44/
tr44-4.html).
following functions:
It defines the
following functions:
.. function:: lookup(name)
.. function:: lookup(name)
...
...
Modules/unicodedata.c
Dosyayı görüntüle @
0d0b80bc
...
@@ -1236,7 +1236,8 @@ this database is based on the UnicodeData.txt file version\n\
...
@@ -1236,7 +1236,8 @@ this database is based on the UnicodeData.txt file version\n\
5.2.0 which is publically available from ftp://ftp.unicode.org/.
\n
\
5.2.0 which is publically available from ftp://ftp.unicode.org/.
\n
\
\n
\
\n
\
The module uses the same names and symbols as defined by the
\n
\
The module uses the same names and symbols as defined by the
\n
\
UnicodeData File Format 5.2.0 (see http://www.unicode.org/reports/tr44/)."
);
UnicodeData File Format 5.2.0 (see
\n
\
http://www.unicode.org/reports/tr44/tr44-4.html)."
);
PyMODINIT_FUNC
PyMODINIT_FUNC
initunicodedata
(
void
)
initunicodedata
(
void
)
...
...
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