mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Some blank lines.
This commit is contained in:
parent
68895ed70c
commit
2ea3e143f0
1 changed files with 3 additions and 0 deletions
|
@ -1483,7 +1483,9 @@ PyObject *PyUnicode_AsASCIIString(PyObject *unicode)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef MS_WIN32
|
#ifdef MS_WIN32
|
||||||
|
|
||||||
/* --- MBCS codecs for Windows -------------------------------------------- */
|
/* --- MBCS codecs for Windows -------------------------------------------- */
|
||||||
|
|
||||||
PyObject *PyUnicode_DecodeMBCS(const char *s,
|
PyObject *PyUnicode_DecodeMBCS(const char *s,
|
||||||
int size,
|
int size,
|
||||||
const char *errors)
|
const char *errors)
|
||||||
|
@ -1536,6 +1538,7 @@ PyObject *PyUnicode_EncodeMBCS(const Py_UNICODE *p,
|
||||||
}
|
}
|
||||||
return repr;
|
return repr;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* MS_WIN32 */
|
#endif /* MS_WIN32 */
|
||||||
|
|
||||||
/* --- Character Mapping Codec -------------------------------------------- */
|
/* --- Character Mapping Codec -------------------------------------------- */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue