Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 674 Bytes

File metadata and controls

15 lines (11 loc) · 674 Bytes
description Learn more about: Multibyte Characters
title Multibyte Characters
ms.date 11/04/2016
ms.assetid 09fe1431-1006-41f9-bf47-ca82724c23ae

Multibyte Characters

ANSI 2.2.1.2 Shift states for multibyte characters

Multibyte characters are used by some implementations, including Microsoft C, to represent foreign-language characters not represented in the base character set. However, Microsoft C does not support any state-dependent encodings. Therefore, there are no shift states. See Multibyte and Wide Characters for more information.

See also

Characters