This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: Patch: merging gnu.java.locale


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi list,


I commited the attached pacth to merge gnu.java.locale again with 
classpath and fix some bugs in the collation rules.


Michael
- -- 
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/EXUFWSOgCCdjSDsRAmqnAKCScFxzcoMWeTUJGvdbDPzxlw1BjgCgiNQ9
ZtcVbEtPrh81gc0SdfZef04=
=xkFs
-----END PGP SIGNATURE-----
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libjava/ChangeLog,v
retrieving revision 1.2026
diff -u -b -B -r1.2026 ChangeLog
--- ChangeLog	13 Jul 2003 14:39:39 -0000	1.2026
+++ ChangeLog	13 Jul 2003 14:57:50 -0000
@@ -1,5 +1,11 @@
 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,
 	gnu/java/awt/EmbeddedWindowSupport.java,
 	gnu/java/awt/natEmbeddedWindow.cc:
Index: gnu/java/locale/LocaleInformation_de.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gnu/java/locale/LocaleInformation_de.java,v
retrieving revision 1.3
diff -u -b -B -r1.3 LocaleInformation_de.java
--- gnu/java/locale/LocaleInformation_de.java	22 Jan 2002 22:39:56 -0000	1.3
+++ gnu/java/locale/LocaleInformation_de.java	13 Jul 2003 14:57:50 -0000
@@ -59,7 +59,7 @@
   */
 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";
 
 /**
Index: gnu/java/locale/LocaleInformation_en.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gnu/java/locale/LocaleInformation_en.java,v
retrieving revision 1.4
diff -u -b -B -r1.4 LocaleInformation_en.java
--- gnu/java/locale/LocaleInformation_en.java	22 Jan 2002 22:39:56 -0000	1.4
+++ gnu/java/locale/LocaleInformation_en.java	13 Jul 2003 14:57:50 -0000
@@ -62,7 +62,7 @@
   // 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
Index: gnu/java/locale/LocaleInformation_nl.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gnu/java/locale/LocaleInformation_nl.java,v
retrieving revision 1.3
diff -u -b -B -r1.3 LocaleInformation_nl.java
--- gnu/java/locale/LocaleInformation_nl.java	22 Jan 2002 22:39:56 -0000	1.3
+++ gnu/java/locale/LocaleInformation_nl.java	13 Jul 2003 14:57:50 -0000
@@ -62,7 +62,7 @@
   */
 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]