Skip to content

ASSERT_STRCASEEQ and ASSERT_STRCASENE macros should compare strings consistently across platforms #1

@GoogleCodeExporter

Description

@GoogleCodeExporter
Currently they use strcasecmp which is defined only for POSIX (or C) locale
in POSIX standard. We need consistent behavior across platforms to test for
internationalized code. strcoll might be appropriate to use.

Original issue reported on code.google.com by vladlosev on 30 Jun 2008 at 8:21

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions