Skip to content

Commit 5ee67a8

Browse files
authored
Merge pull request MicrosoftDocs#630 from drvoss/patch-9
Update internationalization-strategies.md
2 parents f7a5c75 + 94bc865 commit 5ee67a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/text/internationalization-strategies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Depending on your target operating systems and markets, you have several interna
1616

1717
You use MBCS-specific functionality. Strings can contain single-byte characters, double-byte characters, or both. The C run-time library provides functions, macros, and data types for MBCS-only programming. MFC is fully MBCS-enabled.
1818

19-
- The source code for your application is written for complete portability — by recompiling with the symbol `_UNICODE` or the symbol `_MBCS` defined, you can produce versions that use either. For more information, see [Generic-Text Mappings in Tchar.h](../text/generic-text-mappings-in-tchar-h.md).
19+
- The source code for your application is written for complete portability — by recompiling with the symbol `_UNICODE` or the symbol `_MBCS` defined, you can produce versions that use either. For more information, see [Generic-Text Mappings in tchar.h](../text/generic-text-mappings-in-tchar-h.md).
2020

2121
You use fully portable C run-time functions, macros, and data types. MFC's flexibility supports any of these strategies.
2222

@@ -25,4 +25,4 @@ The remainder of these topics focus on writing completely portable code that you
2525
## See Also
2626

2727
[Unicode and MBCS](../text/unicode-and-mbcs.md)<br/>
28-
[Locales and Code Pages](../text/locales-and-code-pages.md)
28+
[Locales and Code Pages](../text/locales-and-code-pages.md)

0 commit comments

Comments
 (0)