Terminal control/Unicode output: Difference between revisions

m
it is permissible to use system configuration data
(Added BBC BASIC)
m (it is permissible to use system configuration data)
Line 3:
[[Category:Unicode]]
The task is to check that the terminal supports Unicode output, before outputting a Unicode character. If the terminal supports Unicode, then the terminal should output a Unicode delta (U+25b3). If the terminal does not support Unicode, then an appropriate error should be raised.
 
Note that it is permissible to use system configuration data to determine terminal capabilities if the system provides such a facility.
 
=={{header|AWK}}==