Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3a59846c
Commit
3a59846c
authored
Apr 29, 2002
by
Thomas Heller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo: whcar_t should be wchar_t.
Bugfix candidate? Don't know how this is handled in the docs.
parent
389e157c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/api/concrete.tex
Doc/api/concrete.tex
+4
-4
No files found.
Doc/api/concrete.tex
View file @
3a59846c
...
...
@@ -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