Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 597 Bytes

File metadata and controls

17 lines (12 loc) · 597 Bytes
title ASCII Character Set
ms.date 11/04/2016
ms.assetid 2390fd40-5fe2-4410-a06c-ccc0fea2709b

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