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]

Re: localedef programs gone


Ulrich Drepper <drepper@redhat.com> writes:

> I've fixed the localedef problem Andreas had.  localedef wasn't
> handling files without a newline at the end correctly.  This is fixed
> and the file in question as well.

Thanks a lot!

I'm committing the appended change for SUPPORTED now,

Andreas

2001-02-09  Andreas Jaeger  <aj@suse.de>

	* locales/en_IN: Add newline at end of file.

	* SUPPORTED: Add more entries.


============================================================
Index: localedata/SUPPORTED
--- localedata/SUPPORTED	2001/02/08 09:07:48	1.46
+++ localedata/SUPPORTED	2001/02/09 18:54:41
@@ -41,8 +41,10 @@
 en_CA ISO-8859-1
 en_DK ISO-8859-1
 en_GB ISO-8859-1
+en_HK ISO-8859-1
 en_IE ISO-8859-1
 en_IE@euro ISO-8859-15
+en_IN UTF-8
 en_NZ ISO-8859-1
 en_PH ISO-8859-1
 en_SG ISO-8859-1

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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