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
541703b1
Kaydet (Commit)
541703b1
authored
Nis 29, 2002
tarafından
Thomas Heller
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: whcar_t should be wchar_t.
Bugfix candidate? Don't know how this is handled in the docs.
üst
b803f701
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
concrete.tex
Doc/api/concrete.tex
+4
-4
No files found.
Doc/api/concrete.tex
Dosyayı görüntüle @
541703b1
...
...
@@ -884,16 +884,16 @@ following functions. Support is optimized if Python's own
\begin{cfuncdesc}
{
PyObject*
}{
PyUnicode
_
FromWideChar
}{
const wchar
_
t *w,
int size
}
Create a Unicode object from the
\ctype
{
w
hc
ar
_
t
}
buffer
\var
{
w
}
of
Create a Unicode object from the
\ctype
{
w
ch
ar
_
t
}
buffer
\var
{
w
}
of
the given size. Returns
\NULL
{}
on failure.
\end{cfuncdesc}
\begin{cfuncdesc}
{
int
}{
PyUnicode
_
AsWideChar
}{
PyUnicodeObject *unicode,
wchar
_
t *w,
int size
}
Copies the Unicode object contents into the
\ctype
{
w
hc
ar
_
t
}
buffer
\var
{
w
}
. At most
\var
{
size
}
\ctype
{
w
hc
ar
_
t
}
characters are copied.
Returns the number of
\ctype
{
w
hc
ar
_
t
}
characters copied or -1 in
Copies the Unicode object contents into the
\ctype
{
w
ch
ar
_
t
}
buffer
\var
{
w
}
. At most
\var
{
size
}
\ctype
{
w
ch
ar
_
t
}
characters are copied.
Returns the number of
\ctype
{
w
ch
ar
_
t
}
characters copied or -1 in
case of an error.
\end{cfuncdesc}
...
...
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