Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/lib/libc/iconv
On Tue, Mar 03, 2009 at 02:39:07PM +0000, Michael Graff wrote:
> Log Message:
> Ignore the magic // commands in iconv_open(). This was discussed on
> current-users about a month ago, and ignoring the options was the best
> suggestion.
Please don't just randomly ignore option arguments. At the very least
check for *what* options are ignored. While it might be acceptable to
ignore //ignore, I am already oppossing ignoring //translit. Wildcard
ignores like this are completely inacceptable though.
Joerg
Home |
Main Index |
Thread Index |
Old Index