Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
if ["LANG", "LC_CTYPE", "LC_ALL"]
|
||||
|> Enum.map(&System.get_env/1)
|
||||
|> Enum.any?(&(&1 != nil and String.contains?(&1, "UTF")))
|
||||
do
|
||||
IO.puts "This terminal supports Unicode: \x{25b3}"
|
||||
else
|
||||
raise "This terminal does not support Unicode."
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue