Opened 15 years ago

Closed 13 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 15 years ago.
Patch for iconv() to return number of non-identical conversions

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by KO Myung-Hun

Attachment: iconv.diff added

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

comment:1 Changed 13 years ago by bird

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

comment:2 Changed 13 years ago by bird

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

comment:3 Changed 13 years ago by bird

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.