Skip to content

Commit f7a5c75

Browse files
authored
Merge pull request MicrosoftDocs#629 from drvoss/patch-8
Update international-enabling.md
2 parents e9959ef + 7c85ede commit f7a5c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/text/international-enabling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Most traditional C and C++ code makes assumptions about character and string man
1616

1717
- Use the same portable run-time functions that make MFC portable under either environment.
1818

19-
- Make literal strings and characters portable under either environment, using the `_T` macro. For more information, see [Generic-Text Mappings in Tchar.h](../text/generic-text-mappings-in-tchar-h.md).
19+
- Make literal strings and characters portable under either environment, using the `_T` macro. For more information, see [Generic-Text Mappings in tchar.h](../text/generic-text-mappings-in-tchar-h.md).
2020

2121
- Take precautions when parsing strings under MBCS. These precautions are not needed under Unicode. For more information, see [MBCS Programming Tips](../text/mbcs-programming-tips.md).
2222

@@ -30,4 +30,4 @@ Most traditional C and C++ code makes assumptions about character and string man
3030
## See Also
3131

3232
[Unicode and MBCS](../text/unicode-and-mbcs.md)<br/>
33-
[Internationalization Strategies](../text/internationalization-strategies.md)
33+
[Internationalization Strategies](../text/internationalization-strategies.md)

0 commit comments

Comments
 (0)