RosettaCodeData/Task/Terminal-control-Unicode-output/PicoLisp/terminal-control-unicode-output.l

4 lines
146 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(if (sub? "UTF-8" (or (sys "LC_ALL") (sys "LC_CTYPE") (sys "LANG")))
(prinl (char (hex "25b3")))
(quit "UTF-8 capable terminal required") )