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
789c09d2
Kaydet (Commit)
789c09d2
authored
Agu 10, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update dangling references to the 3.2 database to
mention that this is UCD 4.1 now.
üst
c69ac252
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
unicodedata.c
Modules/unicodedata.c
+5
-5
No files found.
Modules/unicodedata.c
Dosyayı görüntüle @
789c09d2
/* ------------------------------------------------------------------------
unicodedata -- Provides access to the Unicode
3.2
data base.
unicodedata -- Provides access to the Unicode
4.1
data base.
Data was extracted from the Unicode
3.2
UnicodeData.txt file.
Data was extracted from the Unicode
4.1
UnicodeData.txt file.
Written by Marc-Andre Lemburg (mal@lemburg.com).
Modified for Python 2.0 by Fredrik Lundh (fredrik@pythonware.com)
...
...
@@ -1173,11 +1173,11 @@ PyDoc_STRVAR(unicodedata_docstring,
"This module provides access to the Unicode Character Database which
\n
\
defines character properties for all Unicode characters. The data in
\n
\
this database is based on the UnicodeData.txt file version
\n
\
3.2
.0 which is publically available from ftp://ftp.unicode.org/.
\n
\
4.1
.0 which is publically available from ftp://ftp.unicode.org/.
\n
\
\n
\
The module uses the same names and symbols as defined by the
\n
\
UnicodeData File Format
3.2
.0 (see
\n
\
http://www.unicode.org/Public/
3.2-Update/UnicodeData-3.2.0
.html)."
);
UnicodeData File Format
4.1
.0 (see
\n
\
http://www.unicode.org/Public/
4.1.0/ucd/UCD
.html)."
);
PyMODINIT_FUNC
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