From: Michael E. G. <ga...@ma...> - 2005-07-06 17:09:38
|
> > 1. I added "remove_whitespace" to the unordered_* filters, since that > seems to be the behavior documented in several locations (even though > they are not actually present in the code). > > 2. I added "trim_whitespace" to the std_cs_str* filters, since this > is present in the std_str* ones and the implication is that > case-sensitivity is the only difference. > > You can remove these from the %function hash at the top of the file if > you don't want that behavior. > I think you made the right choices on this. I believe both of the anomalies are errors introduced when we converted the macros to use STR_CMP. Thanks very much for this. Take care, Mike > <convert-functions.pl> |