[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 33/36] localedata: create a C locale



From: Aurelien Jarno <aurelien@aurel32.net>
Date: Sun, 6 Feb 2011 16:34:02 -0600

This makes it possible to build a UTF-8 C locale, to ensure a UTF-8
locale is always available for programs that need one.

Fixes: http://bugs.debian.org/609306
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
---
 localedata/locales/C |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)
 create mode 100644 localedata/locales/C

diff --git a/localedata/locales/C b/localedata/locales/C
new file mode 100644
index 0000000..8cfbb08
--- /dev/null
+++ b/localedata/locales/C
@@ -0,0 +1,34 @@
+escape_char /
+comment_char %
+% Locale for C locale in UTF-8
+% Contributed by Aurelien Jarno <aurel32@debian.org>, 2011
+
+LC_IDENTIFICATION
+title      "C locale"
+source     ""
+address    ""
+contact    ""
+email      "aurel32@debian.org"
+tel        ""
+fax        ""
+language   "C"
+territory  ""
+revision   "1.0"
+date       "2011-02-08"
+%
+category  "C:2011";LC_IDENTIFICATION
+category  "C:2011";LC_CTYPE
+category  "C:2011";LC_COLLATE
+END LC_IDENTIFICATION
+
+LC_CTYPE
+copy "i18n"
+translit_start
+include "translit_combining";""
+translit_end
+END LC_CTYPE
+
+LC_COLLATE
+% Copy the template from ISO/IEC 14651
+copy "iso14651_t1"
+END LC_COLLATE
-- 
1.7.5.1


Reply to: