summaryrefslogtreecommitdiffstats
path: root/testing/mosh/disable-utf8-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mosh/disable-utf8-check.patch')
-rw-r--r--testing/mosh/disable-utf8-check.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/mosh/disable-utf8-check.patch b/testing/mosh/disable-utf8-check.patch
deleted file mode 100644
index 3d8716aa1..000000000
--- a/testing/mosh/disable-utf8-check.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/src/util/locale_utils.cc
-+++ b/src/util/locale_utils.cc
-@@ -86,10 +86,10 @@ const char *locale_charset( void )
-
- bool is_utf8_locale( void ) {
- /* Verify locale calls for UTF-8 */
-- if ( strcmp( locale_charset(), "UTF-8" ) != 0 &&
-- strcmp( locale_charset(), "utf-8" ) != 0 ) {
-- return 0;
-- }
-+ //if ( strcmp( locale_charset(), "UTF-8" ) != 0 &&
-+ // strcmp( locale_charset(), "utf-8" ) != 0 ) {
-+ // return 0;
-+ //}
- return 1;
- }