Robot Framework Integrated Development Environment (RIDE)
encoding.py File Reference

Go to the source code of this file.

Namespaces

 robotide.lib.robot.utils.encoding
 

Functions

def robotide.lib.robot.utils.encoding._get_console_encoding (stream)
 
def robotide.lib.robot.utils.encoding.console_decode (string, encoding=CONSOLE_ENCODING, force=False)
 Decodes bytes from console encoding to Unicode. More...
 
def robotide.lib.robot.utils.encoding.console_encode (string, errors='replace', stream=sys.__stdout__)
 Encodes Unicode to bytes in console or system encoding. More...
 
def robotide.lib.robot.utils.encoding.system_decode (string)
 Decodes bytes from system (e.g. More...
 
def robotide.lib.robot.utils.encoding.system_encode (string, errors='replace')
 Encodes Unicode to system encoding (e.g. More...
 

Variables

 robotide.lib.robot.utils.encoding.CONSOLE_ENCODING = get_console_encoding()
 
 robotide.lib.robot.utils.encoding.NON_TTY_ENCODING_CAN_BE_TRUSTED = \
 
 robotide.lib.robot.utils.encoding.SYSTEM_ENCODING = get_system_encoding()