Skip to content

Latest commit

 

History

History
54 lines (50 loc) · 1.16 KB

File metadata and controls

54 lines (50 loc) · 1.16 KB
title Character Sets1 | 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++
ms.assetid ef21daa0-b4b4-4f1a-86f4-25904d83fc86
caps.latest.revision 6
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

Character Sets

ANSI 3.1.3.4 Mapping members of the source character set

The source character set and execution character set include the ASCII characters listed in the following table. Escape sequences are also shown in the table.

Escape Sequences

Escape Sequence Character ASCII Value
\a Alert/bell 7
\b Backspace 8
\f Formfeed 12
\n Newline 10
\r Carriage return 13
\t Horizontal tab 9
\v Vertical tab 11
\" Double quotation 34
\' Single quotation 39
\|Backslash 92

See Also

Characters