Methods
Modifier and Type |
Method and Description |
static PyTuple |
ascii_decode(String str) |
static PyTuple |
ascii_decode(String str,
String errors) |
static PyTuple |
ascii_encode(String str) |
static PyTuple |
ascii_encode(String str,
String errors) |
static PyObject |
charmap_build(PyUnicode map) |
static PyTuple |
charmap_decode(String str,
String errors,
PyObject mapping) |
static PyTuple |
charmap_decode(String str,
String errors,
PyObject mapping,
boolean ignoreUnmapped) |
static PyTuple |
charmap_encode(String str,
String errors,
PyObject mapping) |
static String |
encode_UTF16(String str,
String errors,
int byteorder) |
static PyTuple |
escape_decode(String str) |
static PyTuple |
escape_decode(String str,
String errors) |
static PyTuple |
escape_encode(String str) |
static PyTuple |
escape_encode(String str,
String errors) |
static PyTuple |
latin_1_decode(String str) |
static PyTuple |
latin_1_decode(String str,
String errors) |
static PyTuple |
latin_1_encode(String str) |
static PyTuple |
latin_1_encode(String str,
String errors) |
static PyObject |
lookup_error(String handlerName) |
static PyTuple |
lookup(String encoding) |
static PyTuple |
raw_unicode_escape_decode(String str) |
static PyTuple |
raw_unicode_escape_decode(String str,
String errors) |
static PyTuple |
raw_unicode_escape_encode(String str) |
static PyTuple |
raw_unicode_escape_encode(String str,
String errors) |
static void |
register_error(String name,
PyObject errorHandler) |
static void |
register(PyObject search_function) |
static PyObject |
translateCharmap(PyUnicode str,
String errors,
PyObject mapping) |
static PyTuple |
unicode_escape_decode(String str) |
static PyTuple |
unicode_escape_decode(String str,
String errors) |
static PyTuple |
unicode_escape_encode(String str) |
static PyTuple |
unicode_escape_encode(String str,
String errors) |
static PyTuple |
unicode_internal_decode(String str) |
static PyTuple |
unicode_internal_decode(String str,
String errors) |
static PyTuple |
unicode_internal_encode(String str) |
static PyTuple |
unicode_internal_encode(String str,
String errors) |
static PyTuple |
utf_16_be_decode(String str) |
static PyTuple |
utf_16_be_decode(String str,
String errors) |
static PyTuple |
utf_16_be_decode(String str,
String errors,
boolean final_) |
static PyTuple |
utf_16_be_encode(String str) |
static PyTuple |
utf_16_be_encode(String str,
String errors) |
static PyTuple |
utf_16_decode(String str) |
static PyTuple |
utf_16_decode(String str,
String errors) |
static PyTuple |
utf_16_decode(String str,
String errors,
boolean final_) |
static PyTuple |
utf_16_encode(String str) |
static PyTuple |
utf_16_encode(String str,
String errors) |
static PyTuple |
utf_16_encode(String str,
String errors,
int byteorder) |
static PyTuple |
utf_16_ex_decode(String str) |
static PyTuple |
utf_16_ex_decode(String str,
String errors) |
static PyTuple |
utf_16_ex_decode(String str,
String errors,
int byteorder) |
static PyTuple |
utf_16_ex_decode(String str,
String errors,
int byteorder,
boolean final_) |
static PyTuple |
utf_16_le_decode(String str) |
static PyTuple |
utf_16_le_decode(String str,
String errors) |
static PyTuple |
utf_16_le_decode(String str,
String errors,
boolean final_) |
static PyTuple |
utf_16_le_encode(String str) |
static PyTuple |
utf_16_le_encode(String str,
String errors) |
static PyTuple |
utf_7_decode(String str) |
static PyTuple |
utf_7_decode(String str,
String errors) |
static PyTuple |
utf_7_encode(String str) |
static PyTuple |
utf_7_encode(String str,
String errors) |
static PyTuple |
utf_8_decode(String str) |
static PyTuple |
utf_8_decode(String str,
String errors) |
static PyTuple |
utf_8_decode(String str,
String errors,
boolean final_) |
static PyTuple |
utf_8_encode(String str) |
static PyTuple |
utf_8_encode(String str,
String errors) |