Skip to content

Unify all Windows build configuration on the same CharacterSet #888

@arixmkii

Description

@arixmkii

Right now there are cases, when configuration sets Multibyte

<CharacterSet>MultiByte</CharacterSet>
but in other places it uses Unicode
<CharacterSet>Unicode</CharacterSet>
and
<CharacterSet>Unicode</CharacterSet>
and in many it is left unset. I believe it would be beneficial to set all build configurations to the same default for the least surprise behavior. It seems that most common explicitly set in Multibyte, so, probably it should be explicit value everywhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions