Merge remote-tracking branch 'lenormf/fix-unicode-enabled'

This commit is contained in:
Maxime Coste 2017-02-27 20:30:45 +00:00
commit eace7e0424
4 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
locale | grep LC_CTYPE | grep 'utf8\|UTF-8' > /dev/null
locale | grep LC_CTYPE | grep -qi 'utf-*8'

View File

@ -0,0 +1,2 @@
#!/bin/sh
locale | grep LC_CTYPE | grep -qi 'utf-*8'

View File

@ -0,0 +1,2 @@
#!/bin/sh
locale | grep LC_CTYPE | grep -qi 'utf-*8'

View File

@ -0,0 +1,2 @@
#!/bin/sh
locale | grep LC_CTYPE | grep -qi 'utf-*8'