https://bugzilla.novell.com/show_bug.cgi?id=781836 https://bugzilla.novell.com/show_bug.cgi?id=781836#c0 Summary: luit is broken Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: i686 OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jaanvajakas@hot.ee QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.8 (KHTML, like Gecko) Chrome/23.0.1255.0 Safari/537.8 SUSE/23.0.1255.0 It seems that iconv works correctly but luit always thinks that the input is UTF-8 and skips characters which are not UTF-8 (my system locale is LANG=et_EE.UTF-8). Reproducible: Always Steps to Reproduce: 1. Open Konsole and run iconv -t 'ISO 8859-13' <<<'aõäöüb' | luit -c -encoding 'ISO 8859-13' >iso.txt 2. Run echo 'aõäöüb' | luit -c -encoding 'ISO 8859-13' >utf.txt Actual Results: 1. iso.txt contains 3 bytes: "ab" and newline. 2. utf.txt contains 11 bytes: "aõäöüb" (in UTF-8) and newline. Expected Results: 1. iso.txt should contain 11 bytes ("aõäöüb"). 2. utf.txt should contain 19 bytes ("aĆµĆ¤Ć¶Ć¼b"). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.