Skip to content

characterset

starkos edited this page Apr 10, 2021 · 3 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


Set the character encoding.

characterset ("value")

Parameters

value is one of:

  • Default: the default encoding for the toolset; usually Unicode
  • MBCS: Multi-byte Character Set; currently Visual Studio only
  • Unicode: Unicode character encoding
  • ASCII: No actual character set

Applies To

Project configurations.

Availability

Premake 5.0 or later.

Clone this wiki locally