UDK 3.2.7 C/C++ API Reference
Functions
osl/nlsupport.h File Reference
#include <rtl/locale.h>
#include <rtl/textenc.h>

Go to the source code of this file.

Functions

SAL_DLLPUBLIC rtl_TextEncoding osl_getTextEncodingFromLocale (rtl_Locale *pLocale)
 Determines the text encoding used by the underlying platform for the specified locale.

Function Documentation

SAL_DLLPUBLIC rtl_TextEncoding osl_getTextEncodingFromLocale ( rtl_Locale pLocale)

Determines the text encoding used by the underlying platform for the specified locale.

Parameters:
pLocalethe locale to return the text encoding for. If this parameter is NULL, the default locale of the current process is used.
Returns:
the rtl_TextEncoding that matches the platform specific encoding description or RTL_TEXTENCODING_DONTKNOW if no mapping is available.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines