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