Consts
Py_FORCE_UTF8_FS_ENCODING = false
- Source Edit
Py_FORCE_UTF8_LOCALE = false
- CPython/Include/pyport.h: Use UTF-8 as the filesystem encoding. See PyUnicode_DecodeFSDefaultAndSize(), PyUnicode_EncodeFSDefault(), Py_DecodeLocale() and Py_EncodeLocale(). Source Edit
Procs
proc check_force_ascii(): bool {....raises: [], tags: [], forbids: [].}
- Source Edit
proc Py_GetForceASCII(): bool {....raises: [], tags: [], forbids: [].}
- Source Edit
proc Py_ResetForceASCII() {....raises: [], tags: [], forbids: [].}
- Source Edit
Templates
template force_ascii(): untyped
- Source Edit