svn commit: branches/uClibc_0_9_30/libc/misc/wchar

aldot at uclibc.org aldot at uclibc.org
Tue Nov 25 12:50:13 UTC 2008


Author: aldot
Date: 2008-11-25 04:50:13 -0800 (Tue, 25 Nov 2008)
New Revision: 24142

Log:
- fix apparent typo in iconv charset lut for BE systems
  (Denys Vlasenko, r24109 from trunk)


Modified:
   branches/uClibc_0_9_30/libc/misc/wchar/wchar.c


Changeset:
Modified: branches/uClibc_0_9_30/libc/misc/wchar/wchar.c
===================================================================
--- branches/uClibc_0_9_30/libc/misc/wchar/wchar.c	2008-11-25 12:33:55 UTC (rev 24141)
+++ branches/uClibc_0_9_30/libc/misc/wchar/wchar.c	2008-11-25 12:50:13 UTC (rev 24142)
@@ -1246,7 +1246,7 @@
 	"\x08\xec""UCS-4\x00"		/* always BE */
 	"\x0a\xec""UCS-4BE\x00"
 	"\x0a\xed""UCS-4LE\x00"
-	"\x09\fe4""UTF-32\x00"		/* platform endian with BOM */
+	"\x09\xe4""UTF-32\x00"		/* platform endian with BOM */
 	"\x0b\xe4""UTF-32BE\x00"
 	"\x0b\xe5""UTF-32LE\x00"
 	"\x08\xe2""UCS-2\x00"		/* always BE */




More information about the uClibc-cvs mailing list