Jump to content

Terminal control/Unicode output: Difference between revisions

Added PicoLisp
m (→‎{{header|Tcl}}: note on what's happening)
(Added PicoLisp)
Line 31:
exit 252 # Incompatible hardware
}</lang>
 
=={{header|PicoLisp}}==
<lang PicoLisp>(if (sub? "UTF-8" (or (sys "LC_ALL") (sys "LC_CTYPE") (sys "LANG")))
(prinl (char (hex "25b3")))
(quit "UTF-8 capable terminal required") )</lang>
 
=={{header|Tcl}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.