On Tue, 19 Feb 2008, Jeff Johnson wrote: > Gack ... I can't reliably tell display alignment problems with inline > e-mail becaue of browsers and terminal window interference. > > Can you uuencode/base64 encode the output and send along with a reproducer? Is the attachment good enough? The gzip file is UTF-8 encoded... > FWIW, I did check LANG=de_DE@euro rpm --help using popt-1.14 with/without > POPT_fprintf(). > Using POPT_fprintf had misaligned columns, using fprintf did not, and so I > stuck with fprintf in popt-1.14. Umlauts are working in popt-1.13 only with the following patches for me: - http://cvs.fedora.redhat.com/viewcvs/*checkout*/devel/popt/popt-1.13-popt_fprintf.patch - http://cvs.fedora.redhat.com/viewcvs/*checkout*/devel/popt/popt-1.13-textdomain.patch The second patch causes https://bugzilla.redhat.com/show_bug.cgi?id=433324, as it seems insane/less tested done somehow. Greetings, Robert