Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 841 Bytes

File metadata and controls

26 lines (23 loc) · 841 Bytes
title ASCII 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++
ms.assetid 2390fd40-5fe2-4410-a06c-ccc0fea2709b
caps.latest.revision 6
author mikeblome
ms.author mblome
manager ghogen

ASCII Character Set

ANSI 2.2.1 Members of source and execution character sets

The source character set is the set of legal characters that can appear in source files. For Microsoft C, the source character set is the standard ASCII character set.

Note

Warning Because keyboard and console drivers can remap the character set, programs intended for international distribution should check the Country/Region code.

See Also

Characters