ID EN
Sys

getfilesystemencodeerrors

Python 3.11

Get the filesystem error handler: the error handler used with the filesystem encoding to convert between Unicode filenames and bytes filenames. The filesystem encoding is returned from getfilesystemencoding().

Syntax

PYTHON
sys.getfilesystemencodeerrors()

See Also

filesystem error handler filesystem encoding getfilesystemencoding() os.fsencode() os.fsdecode() filesystem encoding and error handler PyConfig_Read() filesystem_encoding