diff options
| author | Michael Koch <konqueror@gmx.de> | 2003-07-13 15:00:20 +0000 |
|---|---|---|
| committer | Michael Koch <mkoch@gcc.gnu.org> | 2003-07-13 15:00:20 +0000 |
| commit | c035ecda4dca52373523f2a9d15a62cc2980d948 (patch) | |
| tree | 042304c32938592b21d40611a73e1d09636f6246 /libjava/gnu/java/locale/LocaleInformation_de.java | |
| parent | 754a9012a41d64efa3e848e3e9464925d1d09cb4 (diff) | |
2003-07-13 Michael Koch <konqueror@gmx.de>
* gnu/java/locale/LocaleInformation_de.java
* gnu/java/locale/LocaleInformation_en.java
* gnu/java/locale/LocaleInformation_nl.java
From-SVN: r69289
Diffstat (limited to 'libjava/gnu/java/locale/LocaleInformation_de.java')
| -rw-r--r-- | libjava/gnu/java/locale/LocaleInformation_de.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/gnu/java/locale/LocaleInformation_de.java b/libjava/gnu/java/locale/LocaleInformation_de.java index 09ba466d190..4254f7c3947 100644 --- a/libjava/gnu/java/locale/LocaleInformation_de.java +++ b/libjava/gnu/java/locale/LocaleInformation_de.java @@ -59,7 +59,7 @@ public class LocaleInformation_de extends ListResourceBundle */ private static final String collation_rules = "<0<1<2<3<4<5<6<7<8<9<A,a<b,B<c,C<d,D<e,E<f,F<g,G<h,H<i,I<j,J<k,K" + - "<l,L<m,M<n,N<o,O<p,P<q,Q<r,R<s,S<t,T<u,U<v,V<w,W<x,X<y,Y,z<Z" + + "<l,L<m,M<n,N<o,O<p,P<q,Q<r,R<s,S<t,T<u,U<v,V<w,W<x,X<y,Y<z,Z" + "&ae,\u00e4&Ae,\u00c4&oe,\u00f6&Oe,\u00d6&ue,\u00fc&Ue,\u00dc&ss,\u00df"; /** |
