datatable.options.display.allow_unicode¶
allow_unicode
allow_unicode
=
This option controls whether or not unicode characters are allowed in the datatable output.
Parameters¶
return
boolCurrent allow_unicode value. Initially, this option is set to True.
value
boolNew allow_unicode value. If True, datatable will allow unicode
characters (encoded as UTF-8) to be printed into the output.
If False, then unicode characters will either be avoided, or
hex-escaped as necessary.
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.