about summary refs log tree commit diff
path: root/REORG.TODO/localedata/locales/sv_SE
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/localedata/locales/sv_SE')
-rw-r--r--REORG.TODO/localedata/locales/sv_SE253
1 files changed, 253 insertions, 0 deletions
diff --git a/REORG.TODO/localedata/locales/sv_SE b/REORG.TODO/localedata/locales/sv_SE
new file mode 100644
index 0000000000..c11da51d23
--- /dev/null
+++ b/REORG.TODO/localedata/locales/sv_SE
@@ -0,0 +1,253 @@
+comment_char %
+escape_char /
+
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
+% Swedish language locale for Sweden
+% Source: RAP
+% Address: Sankt Jo//rgens Alle 8
+%    DK-1615 Ko//benhavn V, Danmark
+% Contact: Keld Simonsen
+% Email: Keld.Simonsen@dkuug.dk
+% Tel: +45 - 31226543
+% Fax: +45 - 33256543
+% Language: sv
+% Territory: SE
+% Revision: 4.4
+% Date: 1997-03-18
+% Application: general
+% Users: general
+% Charset: ISO-8859-1
+
+% This is a 4 step version.
+% The Swedish Technical Standard
+% TN34:1 requires 7 steps, of which the
+% step 3 handling numerics cannot be
+% dealt with correctly with current
+% POSIX specifications.
+
+LC_IDENTIFICATION
+title      "Swedish locale for Sweden"
+source     "RAP"
+address    "Sankt J<U00F8>rgens Alle 8, DK-1615 K<U00F8>benhavn V, Danmark"
+contact    ""
+email      "bug-glibc-locales@gnu.org"
+tel        ""
+fax        ""
+language   "Swedish"
+territory  "Sweden"
+revision   "1.0"
+date       "2000-06-29"
+
+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_COLLATE
+copy "iso14651_t1"
+
+collating-symbol <aring>
+collating-symbol <ae>
+collating-symbol <oumlaut>
+collating-symbol <oslash>
+
+% æ is sorted after ä and å etc.
+reorder-after <REU>
+<LIG>
+
+reorder-after <z>
+<aring>
+<ae>
+<oumlaut>
+<oslash>
+
+% The letter w is normally not present in the Swedish alphabet. It
+% exists in some names in Swedish and foreign words, but is accounted
+% for as a variant of 'v'.  Words and names with 'w' are in Swedish
+% ordered alphabetically among the words and names with 'v'. If two
+% words or names are only to be distinguished by 'v' or % 'w', 'v' is
+% placed before 'w'.
+reorder-after <U0056>
+<U0057> <v>;<BAS>;<CAP>;<w> % W
+reorder-after <U0076>
+<U0077> <v>;<BAS>;<MIN>;<w> % w
+
+reorder-after <U00E3>
+<U00E4> <ae>;<REU>;<MIN>;IGNORE % ä
+<U00E5> <aring>;<RNE>;<MIN>;IGNORE % å
+<U00E6> <ae>;<LIG>;<MIN>;IGNORE % æ
+reorder-after <U00F5>
+<U00F6> <oumlaut>;<REU>;<MIN>;IGNORE % ö
+<U00F8> <oslash>;<OBL>;<MIN>;IGNORE % ø
+
+reorder-after <U00C3>
+<U00C4> <ae>;<REU>;<CAP>;IGNORE % Ä
+<U00C5> <aring>;<RNE>;<CAP>;IGNORE % Å
+<U00C6> <ae>;<LIG>;<CAP>;IGNORE % Æ
+reorder-after <U00D5>
+<U00D6> <oumlaut>;<REU>;<CAP>;IGNORE % Ö
+<U00D8> <oslash>;<OBL>;<CAP>;IGNORE % Ø
+
+% ü/Ü is treated like y/Y but is sorted after the latter
+reorder-after <U00FB>
+<U00FC> <y>;<REU>;<MIN>;IGNORE % ü
+reorder-after <U00DB>
+<U00DC> <y>;<REU>;<CAP>;IGNORE % Ü
+reorder-end
+
+END LC_COLLATE
+
+LC_CTYPE
+copy "i18n"
+
+translit_start
+include  "translit_combining";""
+
+% LATIN CAPITAL LETTER A WITH DIAERESIS -> "AE"
+<U00C4> "<U0041><U0308>";"<U0041><U0045>"
+% LATIN CAPITAL LETTER A WITH RING ABOVE -> "AA"
+<U00C5> "<U0041><U030A>";"<U0041><U0041>"
+% LATIN CAPITAL LETTER AE -> "AE"
+<U00C6> "<U0041><U0045>"
+% LATIN CAPITAL LETTER O WITH DIAERESIS -> "OE"
+<U00D6> "<U004F><U0308>";"<U004F><U0045>"
+% LATIN CAPITAL LETTER O WITH STROKE -> "OE"
+<U00D8> "<U004F><U0338>";"<U004F><U0045>"
+% LATIN SMALL LETTER A WITH DIAERESIS -> "ae"
+<U00E4> "<U0061><U0308>";"<U0061><U0065>"
+% LATIN SMALL LETTER A WITH RING ABOVE -> "aa"
+<U00E5> "<U0061><U030A>";"<U0061><U0061>"
+% LATIN SMALL LETTER AE -> "ae"
+<U00E6> "<U0061><U0065>"
+% LATIN SMALL LETTER O WITH DIAERESIS -> "oe"
+<U00F6> "<U006F><U0308>";"<U006F><U0065>"
+% LATIN SMALL LETTER O WITH STROKE -> "oe"
+<U00F8> "<U006F><U0338>";"<U006F><U0065>"
+
+translit_end
+END LC_CTYPE
+
+LC_MONETARY
+int_curr_symbol         "<U0053><U0045><U004B><U0020>"
+currency_symbol         "<U006B><U0072>"
+mon_decimal_point       "<U002C>"
+mon_thousands_sep       "<U0020>"
+mon_grouping            3;3
+positive_sign           ""
+negative_sign           "<U002D>"
+int_frac_digits         2
+frac_digits             2
+p_cs_precedes           0
+p_sep_by_space          1
+n_cs_precedes           0
+n_sep_by_space          1
+p_sign_posn             1
+n_sign_posn             1
+END LC_MONETARY
+
+LC_NUMERIC
+decimal_point           "<U002C>"
+thousands_sep           "<U0020>"
+grouping                3;3
+END LC_NUMERIC
+
+LC_TIME
+abday     "<U0073><U00F6><U006E>";"<U006D><U00E5><U006E>";/
+          "<U0074><U0069><U0073>";"<U006F><U006E><U0073>";/
+          "<U0074><U006F><U0072>";"<U0066><U0072><U0065>";/
+          "<U006C><U00F6><U0072>"
+day       "<U0073><U00F6><U006E><U0064><U0061><U0067>";/
+          "<U006D><U00E5><U006E><U0064><U0061><U0067>";/
+          "<U0074><U0069><U0073><U0064><U0061><U0067>";/
+          "<U006F><U006E><U0073><U0064><U0061><U0067>";/
+          "<U0074><U006F><U0072><U0073><U0064><U0061><U0067>";/
+          "<U0066><U0072><U0065><U0064><U0061><U0067>";/
+          "<U006C><U00F6><U0072><U0064><U0061><U0067>"
+abmon     "<U006A><U0061><U006E>";"<U0066><U0065><U0062>";/
+          "<U006D><U0061><U0072>";"<U0061><U0070><U0072>";/
+          "<U006D><U0061><U006A>";"<U006A><U0075><U006E>";/
+          "<U006A><U0075><U006C>";"<U0061><U0075><U0067>";/
+          "<U0073><U0065><U0070>";"<U006F><U006B><U0074>";/
+          "<U006E><U006F><U0076>";"<U0064><U0065><U0063>"
+mon       "<U006A><U0061><U006E><U0075><U0061><U0072><U0069>";/
+          "<U0066><U0065><U0062><U0072><U0075><U0061><U0072><U0069>";/
+          "<U006D><U0061><U0072><U0073>";/
+          "<U0061><U0070><U0072><U0069><U006C>";/
+          "<U006D><U0061><U006A>";/
+          "<U006A><U0075><U006E><U0069>";/
+          "<U006A><U0075><U006C><U0069>";/
+          "<U0061><U0075><U0067><U0075><U0073><U0074><U0069>";/
+          "<U0073><U0065><U0070><U0074><U0065><U006D><U0062><U0065><U0072>";/
+          "<U006F><U006B><U0074><U006F><U0062><U0065><U0072>";/
+          "<U006E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";/
+          "<U0064><U0065><U0063><U0065><U006D><U0062><U0065><U0072>"
+d_t_fmt   "<U0025><U0061><U0020><U0025><U0065><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053>"
+d_fmt     "<U0025><U0059><U002D><U0025><U006D><U002D><U0025><U0064>"
+t_fmt     "<U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053>"
+am_pm     "";""
+t_fmt_ampm  ""
+week 7;19971130;4
+first_weekday 2
+END LC_TIME
+
+LC_MESSAGES
+yesexpr "<U005E><U005B><U002B><U0031><U006A><U004A><U0079><U0059><U005D>"
+noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
+yesstr  "<U006A><U0061>"
+nostr   "<U006E><U0065><U006A>"
+END LC_MESSAGES
+
+LC_PAPER
+copy "i18n"
+END LC_PAPER
+
+LC_TELEPHONE
+tel_int_fmt    "<U002B><U0025><U0063><U002D><U0025><U0061><U002D><U0025>/
+<U006C>"
+tel_dom_fmt    "<U0030><U0025><U0061><U002D><U0025><U006C>"
+int_select     "<U0030><U0030>"
+int_prefix     "<U0034><U0036>"
+END LC_TELEPHONE
+
+LC_MEASUREMENT
+copy "i18n"
+END LC_MEASUREMENT
+
+LC_NAME
+name_fmt    "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/
+<U0025><U006D><U0025><U0074><U0025><U0066>"
+END LC_NAME
+
+LC_ADDRESS
+postal_fmt    "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/
+<U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E><U0025><U0073>/
+<U0020><U0025><U0068><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/
+<U004E><U0025><U007A><U0020><U0025><U0054><U0025>/
+<U004E><U0025><U0063><U0025><U004E>"
+country_name "<U0053><U0076><U0065><U0072><U0069><U0067><U0065>"
+country_ab2 "<U0053><U0045>"
+country_ab3 "<U0053><U0057><U0045>"
+country_num 752
+% S
+country_car    "<U0053>"
+% svenska
+lang_name    "<U0073><U0076><U0065><U006E><U0073><U006B><U0061>"
+lang_ab      "<U0073><U0076>"
+lang_term    "<U0073><U0077><U0065>"
+lang_lib     "<U0073><U0077><U0065>"
+END LC_ADDRESS