Opened 16 years ago

Closed 14 years ago

#209 closed defect (fixed)

iconv() return only 0 regardless of non-identical conversion

Reported by: KO Myung-Hun Owned by: bird
Priority: normal Milestone: libc-0.6.4
Component: libc Version: 0.6.2
Severity: normal Keywords: iconv
Cc:

Description

Hi/2.

iconv() return only 0 regardless of non-identical conversion. iconv() return the numbers of chars performed non-identical conversion.

KO Myung-Hun

Attachments (1)

iconv.diff (280 bytes ) - added by KO Myung-Hun 16 years ago.
Patch for iconv() to return number of non-identical conversions

Download all attachments as: .zip

Change History (4)

by KO Myung-Hun, 16 years ago

Attachment: iconv.diff added

Patch for iconv() to return number of non-identical conversions

comment:1 by bird, 14 years ago

Keywords: iconv added
Milestone: libc-0.6.4
Version: 0.6.2

comment:2 by bird, 14 years ago

(In [3723]) iconv: Return retval instead of 0 (count of non-identical conversions). References #209.

comment:3 by bird, 14 years ago

Resolution: fixed
Status: newclosed

(In [3724]) 0.6: Backported r3723: iconv: Return retval instead of 0 (count of non-identical conversions). Fixes #209.

Note: See TracTickets for help on using tickets.