summaryrefslogtreecommitdiffstats
path: root/source/l/glibc/glibc-c-utf8-locale.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/glibc/glibc-c-utf8-locale.patch')
-rw-r--r--source/l/glibc/glibc-c-utf8-locale.patch53
1 files changed, 36 insertions, 17 deletions
diff --git a/source/l/glibc/glibc-c-utf8-locale.patch b/source/l/glibc/glibc-c-utf8-locale.patch
index 70c92a986..7fabf303f 100644
--- a/source/l/glibc/glibc-c-utf8-locale.patch
+++ b/source/l/glibc/glibc-c-utf8-locale.patch
@@ -1,5 +1,18 @@
---- ./localedata/SUPPORTED.orig 2015-08-05 01:42:21.000000000 -0500
-+++ ./localedata/SUPPORTED 2015-12-17 17:07:08.053200616 -0600
+From 2eda7b462b415105f5a05c1323372d4e39d46439 Mon Sep 17 00:00:00 2001
+From: Mike FABIAN <mfabian@redhat.com>
+Date: Mon, 10 Aug 2015 15:58:12 +0200
+Subject: [PATCH] Add a C.UTF-8 locale
+
+---
+ localedata/SUPPORTED | 1 +
+ localedata/locales/C | 238 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 239 insertions(+)
+ create mode 100644 localedata/locales/C
+
+diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED
+index 8ca023e..2a78391 100644
+--- a/localedata/SUPPORTED
++++ b/localedata/SUPPORTED
@@ -1,6 +1,7 @@
# This file names the currently supported and somewhat tested locales.
# If you have any additions please file a glibc bug report.
@@ -8,8 +21,11 @@
aa_DJ.UTF-8/UTF-8 \
aa_DJ/ISO-8859-1 \
aa_ER/UTF-8 \
---- ./localedata/locales/C.orig 2015-12-17 17:07:08.053200616 -0600
-+++ ./localedata/locales/C 2015-12-17 17:07:08.053200616 -0600
+diff --git a/localedata/locales/C b/localedata/locales/C
+new file mode 100644
+index 0000000..fdf460e
+--- /dev/null
++++ b/localedata/locales/C
@@ -0,0 +1,238 @@
+escape_char /
+comment_char %
@@ -20,7 +36,7 @@
+source ""
+address ""
+contact ""
-+email ""
++email "mfabian@redhat.com"
+tel ""
+fax ""
+language "C"
@@ -28,18 +44,18 @@
+revision "1.0"
+date "2015-08-10"
+%
-+category "C:2015";LC_IDENTIFICATION
-+category "C:2015";LC_CTYPE
-+category "C:2015";LC_COLLATE
-+category "C:2015";LC_TIME
-+category "C:2015";LC_NUMERIC
-+category "C:2015";LC_MONETARY
-+category "C:2015";LC_MESSAGES
-+category "C:2015";LC_PAPER
-+category "C:2015";LC_NAME
-+category "C:2015";LC_ADDRESS
-+category "C:2015";LC_TELEPHONE
-+category "C:2015";LC_MEASUREMENT
++category "i18n:2012";LC_IDENTIFICATION
++category "i18n:2012";LC_CTYPE
++category "i18n:2012";LC_COLLATE
++category "i18n:2012";LC_TIME
++category "i18n:2012";LC_NUMERIC
++category "i18n:2012";LC_MONETARY
++category "i18n:2012";LC_MESSAGES
++category "i18n:2012";LC_PAPER
++category "i18n:2012";LC_NAME
++category "i18n:2012";LC_ADDRESS
++category "i18n:2012";LC_TELEPHONE
++category "i18n:2012";LC_MEASUREMENT
+END LC_IDENTIFICATION
+
+LC_CTYPE
@@ -249,3 +265,6 @@
+measurement 1
+END LC_MEASUREMENT
+
+--
+2.4.3
+