Description of problem: The Hexviewer in the embedded viewer does not show the printable ASCII chars anymore but prints only '.'. Version-Release number of selected component (if applicable): mc-4.6.1a-0.14.FC4 How reproducible: 100% Steps to Reproduce: 0. open an xterm 1. 'mc' 2. move to a file and F3 3. press F4 Actual results: In the right column, only '.' are displayed Expected results: Right column shows printable chars and replaces only the non-printable ones by '.' Additional info: LANG=de_DE.UTF-8 LC_COLLATE=C
Ok, it was caused by a bug in the UTF-8 patch. The original code tried to display the UTF-8 characters even in the hexviewing/editing mode, what's pretty odd. I removed this ill-designed feature to display the characters correctly.
From User-Agent: XML-RPC mc-4.6.1a-0.15.FC4 has been pushed for FC4, which should resolve this issue. If these problems are still present in this version, then please make note of it in this bug report.