Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 24 additions & 22 deletions docs/c-language/character-sets1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Character Sets1 | Microsoft Docs"
title: "Character Sets | Microsoft Docs"
ms.custom: ""
ms.date: "11/04/2016"
ms.reviewer: ""
Expand All @@ -16,24 +16,26 @@ manager: "ghogen"
ms.workload: ["cplusplus"]
---
# 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](../c-language/characters.md)

**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](../c-language/characters.md)<br/>