[Bug 175459] wrong coding

bugzilla at redhat.com bugzilla at redhat.com
Thu Mar 13 08:29:58 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: wrong coding


https://bugzilla.redhat.com/show_bug.cgi?id=175459


redhat at zacglen.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |ASSIGNED
         Resolution|NOTABUG                     |




------- Additional Comments From redhat at zacglen.com  2008-03-13 04:29 EST -------
(In reply to comment #9)
> We converted everything in Fedora into utf-8 some time ago.

But wait a moment ... what is /etc/sysconfig/i18n for?
Or do you mean that you converted everything to support any locale so long as it
is utf-8?

But the problem isn't with with your conversion ... it is with a silly piece of
code in nroff script which generates an "XXX WARNING:..." which doesn't even go
to stderr.

If you must insist on a warning then why don't you add '1>&2' after the echo?

But I have to say that the nroff conversion is terrible code. For a start it
assumes that all input is utf-8.  Why should it be? If the system is set for
non-utf8 and if the system is designed right then the correct input language
would be specified in each file (or fileystem) wouldn't it?


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-perl-devel-list mailing list