3 lines
53 B
Plaintext
3 lines
53 B
Plaintext
|
#!/bin/sh
|
||
|
locale | grep LC_CTYPE | grep -qi 'utf-*8'
|