Tag: character-encoding

  • C++23: char now supports Unicode?

    C++23: char now supports Unicode?

    8 Does C++23 now provide support for Unicode characters in its basic char type, and to what degree? So on cppreference for character literals, a character literal: ‘c-char’ is defined as either: a basic-c-char an escape sequence, as defined in escape sequences a universal character name, as defined in escape sequences and then for basic-c-char,…