Terminal control/Unicode output: Difference between revisions

Content added Content deleted
m (moved Terminal Control/Unicode output to Terminal control/Unicode output: the other terminal control tasks are capitalised this way)
Line 31: Line 31:
exit 252 # Incompatible hardware
exit 252 # Incompatible hardware
}</lang>
}</lang>

=={{header|Mathematica}}==
<lang Mathematica>If[StringMatchQ[$CharacterEncoding, "UTF*"], Print[FromCharacterCode[30000]], Print["UTF-8 capable terminal required"]]
->田</lang>


=={{header|PicoLisp}}==
=={{header|PicoLisp}}==
Line 36: Line 40:
(prinl (char (hex "25b3")))
(prinl (char (hex "25b3")))
(quit "UTF-8 capable terminal required") )</lang>
(quit "UTF-8 capable terminal required") )</lang>
'''Bold text'''


=={{header|Tcl}}==
=={{header|Tcl}}==