mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 21:47:38 +08:00
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
This commit is contained in:
parent
754a9012a4
commit
c035ecda4d
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
||||
2003-07-13 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* gnu/java/awt/EmbeddedWindow.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";
|
||||
|
||||
/**
|
||||
|
@ -62,7 +62,7 @@ public class LocaleInformation_en extends ListResourceBundle
|
||||
// and probably other things as well.
|
||||
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";
|
||||
|
||||
/**
|
||||
* This is the list of months, fully spelled out
|
||||
|
@ -62,7 +62,7 @@ public class LocaleInformation_nl 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";
|
||||
|
||||
/**
|
||||
* This is the list of months, fully spelled out
|
||||
|
Loading…
Reference in New Issue
Block a user