From: Denis Barbier <[email protected]> Date: Mon, 5 Jun 2006 18:02:25 -0500
Modify collation rules which could cause errors in regular expressions with character ranges, as was reported in #362514 for another locale. From Debian glibc 2.3.6-14, 2006-06-05. Signed-off-by: Jonathan Nieder <[email protected]> --- localedata/locales/se_NO | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/localedata/locales/se_NO b/localedata/locales/se_NO index 0504ec0..f793699 100644 --- a/localedata/locales/se_NO +++ b/localedata/locales/se_NO @@ -137,7 +137,7 @@ reorder-after <U010B> <U01EF> <ezhcaron>;<CAR>;<MIN>;IGNORE % ezh caron reorder-after <U010A> -<U01B7> <ezh>;<BAS>;<MIN>;IGNORE % EZH +<U01B7> <ezh>;<BAS>;<CAP>;IGNORE % EZH <U01EE> <ezhcaron>;<CAR>;<CAP>;IGNORE % EZH caron reorder-after <U0064> @@ -164,9 +164,10 @@ reorder-after <U0137> reorder-after <U0136> <U01E8> <kcaron>;<CAR>;<CAP>;IGNORE % Kcaron -reorder-after <U0053> +reorder-after <U0073> <U00DF> <ssharp>;"<LIG><LIG>";"<MIN><MIN>";IGNORE % ß <U0161> <scaron>;<CAR>;<MIN>;IGNORE % 288 <s<> +reorder-after <U0053> <U0160> <scaron>;<CAR>;<CAP>;IGNORE % 405 <S<> -- 1.7.5.1 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/20110514103501.GR6364@elie

