3 lines
66 B
Bash
Executable File
3 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
locale | grep LC_CTYPE | grep 'utf8\|UTF-8' > /dev/null
|