Skip to content

Commit 75a75e4

Browse files
authored
Merge pull request MicrosoftDocs#632 from drvoss/patch-11
Update support-for-multibyte-character-sets-mbcss.md
2 parents 82fa4f1 + 574f680 commit 75a75e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/text/support-for-multibyte-character-sets-mbcss.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The C run-time library and MFC support single-byte, MBCS, and Unicode programmin
3636

3737
### MBCS/Unicode portability
3838

39-
Using the Tchar.h header file, you can build single-byte, MBCS, and Unicode applications from the same sources. Tchar.h defines macros prefixed with *_tcs* , which map to `str`, `_mbs`, or `wcs` functions, as appropriate. To build MBCS, define the symbol `_MBCS`. To build Unicode, define the symbol `_UNICODE`. By default, `_MBCS` is defined for MFC applications. For more information, see [Generic-Text Mappings in Tchar.h](../text/generic-text-mappings-in-tchar-h.md).
39+
Using the tchar.h header file, you can build single-byte, MBCS, and Unicode applications from the same sources. tchar.h defines macros prefixed with *_tcs* , which map to `str`, `_mbs`, or `wcs` functions, as appropriate. To build MBCS, define the symbol `_MBCS`. To build Unicode, define the symbol `_UNICODE`. By default, `_MBCS` is defined for MFC applications. For more information, see [Generic-Text Mappings in tchar.h](../text/generic-text-mappings-in-tchar-h.md).
4040

4141
> [!NOTE]
4242
> Behavior is undefined if you define both `_UNICODE` and `_MBCS`.
@@ -60,4 +60,4 @@ For international portability, code your program with [Unicode](../text/support-
6060
## See Also
6161

6262
[Text and Strings](../text/text-and-strings-in-visual-cpp.md)<br/>
63-
[MBCS Support in Visual C++](../text/mbcs-support-in-visual-cpp.md)
63+
[MBCS Support in Visual C++](../text/mbcs-support-in-visual-cpp.md)

0 commit comments

Comments
 (0)