Skip to content

Commit 23da94e

Browse files
TylerMSFTTylerMSFT
authored andcommitted
acrolinx
1 parent 4307e63 commit 23da94e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/text/how-to-convert-between-various-string-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ When dealing with narrow strings ("C"-style strings) and wide strings ("Unicode"
789789

790790
Both functions rely on the Windows concept of a code page, not the .NET concept of a culture. To change the system code page, use the region setting, which is set from **Control Panel** > **Region** > **Administrative** tab > **Change system local**.
791791

792-
On an `en-US` language version of Windows, the code page defaults to 1033. If you install a different language of Windows, it'll have a different code page. You can change it using the control panel.
792+
On an `en-US` language version of Windows, the code page defaults to 1033. If you install a different language of Windows, it will have a different code page. You can change it using the control panel.
793793

794794
There's a mismatch in the way that `CStringA` performs a wide to narrow conversion and the way that `gcnew string(CHAR*)` performs a narrow to wide conversion.
795795

0 commit comments

Comments
 (0)