This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

[PATCH] Fix ro_RO locale


Hi!

Although I don't know Romanian at all, I think it is impossible that the
language would use LATIN SMALL LETTER T WITH COMMA BELOW when it is normally
using ISO-8859-2 encoding which has LATIN SMALL LETTER T WITH CEDILLA but
not LATIN SMALL LETTER T WITH COMMA BELOW.
Also, I've checked pre-2001-05-26 ro_RO and at that point the day was
written in uppercase and was using U0162 (LATIN CAPITAL LETTER T WITH CEDILLA),
so I think this patch is right.

2001-06-25  Jakub Jelinek  <jakub@redhat.com>

	* locales/ro_RO (day): Use U0163 instead of U021B.

--- localedata/locales/ro_RO.jj	Mon Jun 25 10:34:35 2001
+++ localedata/locales/ro_RO	Mon Jun 25 11:54:13 2001
@@ -2150,7 +2150,7 @@ abday   "<U0044><U0075>";"<U004C><U0075>
         "<U004A><U006F>";"<U0056><U0069>";"<U0053><U00EE>"
 day     "<U0044><U0075><U006D><U0069><U006E><U0069><U0063><U0102>";/
         "<U004C><U0075><U006E><U0069>";/
-        "<U004D><U0061><U0072><U021B><U0069>";/
+        "<U004D><U0061><U0072><U0163><U0069>";/
         "<U004D><U0069><U0065><U0072><U0063><U0075><U0072><U0069>";/
         "<U004A><U006F><U0069>";/
         "<U0056><U0069><U006E><U0065><U0072><U0069>";/

	Jakub


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