Skip to content

Commit 245217a

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#1739 from cuchalin/master
small grammatical fix
2 parents 93c58b4 + 2b31ac8 commit 245217a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/text/locales-and-code-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The language determines the text and data formatting conventions, while the coun
1212

1313
Different languages might use different code pages. For example, the ANSI code page 1252 is used for English and most European languages, and the ANSI code page 932 is used for Japanese Kanji. Virtually all code pages share the ASCII character set for the lowest 128 characters (0x00 to 0x7F).
1414

15-
Any single-byte code page can be represented in a table (with 256 entries) as a mapping of byte values to characters (including numbers and punctuation marks), or glyphs. Any multibyte code page can also be represented as a very large table (with 64K entries) of double-byte values to characters. In practice, however, it are usually represented as a table for the first 256 (single-byte) characters and as ranges for the double-byte values.
15+
Any single-byte code page can be represented in a table (with 256 entries) as a mapping of byte values to characters (including numbers and punctuation marks), or glyphs. Any multibyte code page can also be represented as a very large table (with 64K entries) of double-byte values to characters. In practice, however, it is usually represented as a table for the first 256 (single-byte) characters and as ranges for the double-byte values.
1616

1717
For more information about code pages, see [Code Pages](../c-runtime-library/code-pages.md).
1818

0 commit comments

Comments
 (0)