Skip to content

Latest commit

 

History

History
41 lines (40 loc) · 1.21 KB

File metadata and controls

41 lines (40 loc) · 1.21 KB
title Execution Character Set | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
execution character set [C++]
character sets [C++], execution and source
source character set [C++]
ms.assetid 39ffbb55-11c1-4b6d-a105-327c0fceb449
caps.latest.revision 7
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Execution Character Set

This content often refers to the "execution character set." The execution character set is not necessarily the same as the source character set used for writing C programs. The execution character set includes all characters in the source character set as well as the null character, newline character, backspace, horizontal tab, vertical tab, carriage return, and escape sequences. The source and execution character sets may differ in other implementations.

See Also

C Character Constants