5 lines
168 B
Text
5 lines
168 B
Text
|
|
if map( v -> System.getenv(v), ["LC_ALL", "LC_CTYPE", "LANG"]).filter( (!= null) ).exists( ('UTF' in) )
|
||
|
|
println( '\u25b3' )
|
||
|
|
else
|
||
|
|
println( 'Unicode not supported' )
|