Skip to content

Commit 4f15b69

Browse files
authored
Merge pull request #2517 from MicrosoftDocs/master
11/25/2019 AM Publish
2 parents 9ee5df3 + e659251 commit 4f15b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)