From: Aurelien Jarno <[email protected]> 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 <[email protected]> --- 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 <[email protected]>, 2011 + +LC_IDENTIFICATION +title "C locale" +source "" +address "" +contact "" +email "[email protected]" +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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/20110514104322.GG6364@elie

