isunicodesupported
Detect whether the current terminal supports Unicode.
📝Syntax
tf = isunicodesupported()
📤Output Arguments
Parameter Description
tf a logical: true or false.
📄Description

isunicodesupported: returns if current terminal supports Unicode.

value returned can be overloaded if environment variable 'NELSON_TERM_IS_UNICODE_SUPPORTED' is 'TRUE'

💡Examples
isunicodesupported()
🔗See Also
getnelsonmode
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub