BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000801 [uClibc] Internationalization / Localization major always 03-27-06 20:33 03-27-06 20:33
Reporter hawktjj View Status public  
Assigned To uClibc
Priority normal Resolution open  
Status assigned   Product Version 0.9.28
Summary 0000801: find_codeset error
Description when i select wchar if i use find_codeset ("UTF-32") or late char type it will not found,i think it is UTF-32 use \f.

the next is __iconv_codesets define

Additional Information const unsigned char __iconv_codesets[] =
    "\x0a\xe0""WCHAR_T\x00" /* superset of UCS-4 but platform-endian */
#if __BYTE_ORDER == __BIG_ENDIAN
    "\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 */
    "\x0b\xe4""UTF-32BE\x00"
    "\x0b\xe5""UTF-32LE\x00"
    "\x08\xe2""UCS-2\x00" /* always BE */
    "\x0a\xe2""UCS-2BE\x00"
    "\x0a\xe3""UCS-2LE\x00"
    "\x09\xea""UTF-16\x00" /* platform endian with BOM */
    "\x0b\xea""UTF-16BE\x00"
    "\x0b\xeb""UTF-16LE\x00"
#elif __BYTE_ORDER == __LITTLE_ENDIAN
    "\x08\xed""UCS-4\x00" /* always BE */
    "\x0a\xed""UCS-4BE\x00"
    "\x0a\xec""UCS-4LE\x00"
    "\x09\xf4""UTF-32\x00" /* platform endian with BOM */
    "\x0b\xe5""UTF-32BE\x00"
    "\x0b\xe4""UTF-32LE\x00"
    "\x08\xe3""UCS-2\x00" /* always BE */
    "\x0a\xe3""UCS-2BE\x00"
    "\x0a\xe2""UCS-2LE\x00"
    "\x09\xfa""UTF-16\x00" /* platform endian with BOM */
    "\x0b\xeb""UTF-16BE\x00"
    "\x0b\xea""UTF-16LE\x00"
#endif
    "\x08\x02""UTF-8\x00"
    "\x0b\x01""US-ASCII\x00"
    "\x07\x01""ASCII"; /* Must be last! (special case to save a nul) */

Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
03-27-06 20:33 hawktjj New Issue
03-27-06 20:33 hawktjj Status new => assigned
03-27-06 20:33 hawktjj Assigned To  => uClibc


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker