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


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

A patch for locale/programs/stringtrans.c


I changed the default to ENC_UCS1. Will that be a problem?

-- 
H.J. Lu (hjl@gnu.org)
---
Sat Oct 24 18:25:22 1998  H.J. Lu  <hjl@gnu.org>

	* locale/programs/stringtrans.c (encoding_method): Change
	default to ENC_UCS1.

Index: locale/programs/stringtrans.c
===================================================================
RCS file: /home/work/cvs/gnu/glibc/locale/programs/stringtrans.c,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 stringtrans.c
--- stringtrans.c	1998/09/11 13:50:18	1.1.1.3
+++ stringtrans.c	1998/10/19 21:31:54
@@ -29,7 +29,7 @@
 
 
 /* Global variable.  */
-enum encoding_method encoding_method = ENC_UCS4;
+enum encoding_method encoding_method = ENC_UCS1;
 
 
 void *xmalloc (size_t __n);


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