We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a1e876 + bece531 commit 5fb95c7Copy full SHA for 5fb95c7
docs/atl-mfc-shared/codesnippet/CPP/cstringt-class_2.cpp
@@ -1,5 +1,5 @@
1
// OEM character 252 on most IBM-compatible computers in
2
- // Western countries/regions is superscript n, as in 2^n.
+ // many countries/regions is superscript n, as in 2^n.
3
// Converting it to the ANSI English charset results in a
4
// normal character 'n', which is the closest possible
5
// representation.
@@ -14,4 +14,4 @@
14
// the character's value truly was.
15
str.AnsiToOem();
16
ASSERT(str[0] != 252);
17
- ASSERT(str[0] == 'n');
+ ASSERT(str[0] == 'n');
0 commit comments