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
0110d3b2
Kaydet (Commit)
0110d3b2
authored
Ock 24, 2001
tarafından
Fredrik Lundh
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
new unicodedata functions (name, lookup)
üst
42e65590
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
libunicodedata.tex
Doc/lib/libunicodedata.tex
+13
-0
No files found.
Doc/lib/libunicodedata.tex
Dosyayı görüntüle @
0110d3b2
...
@@ -21,6 +21,19 @@ UnicodeData File Format 3.0.0 (see
...
@@ -21,6 +21,19 @@ UnicodeData File Format 3.0.0 (see
\url
{
http://www.unicode.org/Public/UNIDATA/UnicodeData.html
}
). It
\url
{
http://www.unicode.org/Public/UNIDATA/UnicodeData.html
}
). It
defines the following functions:
defines the following functions:
\begin{funcdesc}
{
lookup
}{
name
}
Look up character by name. If a character with the
given name is found, return the corresponding Unicode
character. If not found,
\exception
{
KeyError
}
is raised.
\end{funcdesc}
\begin{funcdesc}
{
name
}{
unichr
\optional
{
, default
}}
Returns the name assigned to the Unicode character
\var
{
unichr
}
as a string. If no name is defined,
\var
{
default
}
is returned, or, if not given,
\exception
{
ValueError
}
is raised.
\end{funcdesc}
\begin{funcdesc}
{
decimal
}{
unichr
\optional
{
, default
}}
\begin{funcdesc}
{
decimal
}{
unichr
\optional
{
, default
}}
Returns the decimal value assigned to the Unicode character
Returns the decimal value assigned to the Unicode character
\var
{
unichr
}
as integer. If no such value is defined,
\var
{
unichr
}
as integer. If no such value is defined,
...
...
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