This is the mail archive of the glibc-bugs@sourceware.org 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]
Other format: [Raw text]

[Bug libc/13517] New: iconv generates spurious warnings even though //IGNORE is set


http://sourceware.org/bugzilla/show_bug.cgi?id=13517

             Bug #: 13517
           Summary: iconv generates spurious warnings even though //IGNORE
                    is set
           Product: glibc
           Version: 2.14
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: ezyang@mit.edu
    Classification: Unclassified


iconv generates spurious warnings when unconvertible sequences are encountered
while IGNORE is enabled.

Expected behavior (from libiconv-1.14):

ezyang@javelin:~/Dev/glibc/build$ printf "\xc3\xbc\x73" | 
~/Desktop/libiconv-1.14/src/iconv_no_i18n -f utf-8 -t ascii//IGNORE
s

Actual behavior (from latest Git glibc-2.14-567-ga4647e7):

ezyang@javelin:~/Dev/glibc/build$ printf "\xc3\xbc\x73" | ./testrun.sh
iconv/iconv_prog -f utf-8 -t ascii//IGNORE 
siconv/iconv_prog: illegal input sequence at position 5

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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