|
Locale-Sensitive C/C++ String Operation Function Internationalization (I18n) Function OverviewThe
I18n IssuesThese functions should not be relied upon to print error messages in any language other than English, and therefore should be avoided in an internationalized application. However, it's worth noting that in some limited instances they still may be useful. For example, for debugging, or for writing to log files that will not be viewed by the end user. There is no ANSI wide character version of this function. The return from Recommended Function Replacements
Locale-Sensitive C/C++ String Operation Functions
|