> On Apr 18, 2018, at 11:15 AM, William A Rowe Jr <wr...@rowe-clan.net> wrote:
> 
> 
> Shouldn't we normalize the use of strcmp instead of strcasecmp?
> In any case it must be entirely normalized to one or the other.
> 
> Linux is a case-sensitive OS in the first place, and if configured
> with SYSLOG: today it is broken when you hit core, which ignores
> that code path. Since the behavior has always been syslog: I'm
> not seeing a benefit to case insensitivity.

macOS is typically case aware but not necessarily case sensitive.

For example, both

    /tmp/foobarski

and

    /tmp/FooBARskI

are seen as the same file, but case is maintained.

Reply via email to