AlterOffice
AlterOffice 3.4 SDK C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nlsupport.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 
4 #ifndef INCLUDED_OSL_NLSUPPORT_H
5 #define INCLUDED_OSL_NLSUPPORT_H
6 
7 #include "sal/config.h"
8 
9 #include "rtl/locale.h"
10 #include "rtl/textenc.h"
11 #include "sal/saldllapi.h"
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
30  rtl_Locale * pLocale );
31 
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
37 #endif // INCLUDED_OSL_NLSUPPORT_H
38 
39 
40 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sal_uInt16 rtl_TextEncoding
The various supported text encodings.
Definition: textenc.h:17
The implementation structure of a locale.
Definition: locale.h:26
SAL_DLLPUBLIC rtl_TextEncoding osl_getTextEncodingFromLocale(rtl_Locale *pLocale)
Determines the text encoding used by the underlying platform for the specified locale.
#define SAL_DLLPUBLIC
Definition: saldllapi.h:14