datatable.options.fread.log.escape_unicode¶
escape_unicode
escape_unicode
=
This option controls escaping of the unicode characters.
Use this option if your terminal cannot print unicode, or if the output gets somehow corrupted because of the unicode characters.
Parameters¶
return
boolCurrent escape_unicode value. Initially, this option is set to False.
value
boolIf True, all unicode characters in the verbose log will be written
in hexadecimal notation. If False, no escaping of the unicode
characters will be performed.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.