24 #ifndef INCLUDED_RTL_TENCINFO_H 25 #define INCLUDED_RTL_TENCINFO_H 38 #define RTL_TEXTENCODING_INFO_CONTEXT ((sal_uInt32)0x00000001) 39 #define RTL_TEXTENCODING_INFO_ASCII ((sal_uInt32)0x00000002) 40 #define RTL_TEXTENCODING_INFO_UNICODE ((sal_uInt32)0x00000004) 41 #define RTL_TEXTENCODING_INFO_MULTIBYTE ((sal_uInt32)0x00000008) 42 #define RTL_TEXTENCODING_INFO_R2L ((sal_uInt32)0x00000010) 43 #define RTL_TEXTENCODING_INFO_7BIT ((sal_uInt32)0x00000020) 44 #define RTL_TEXTENCODING_INFO_SYMBOL ((sal_uInt32)0x00000040) 45 #define RTL_TEXTENCODING_INFO_MIME ((sal_uInt32)0x00000080) 193 const char* pMimeCharset );
205 const char* pUnixCharset );
282 #endif // INCLUDED_RTL_TENCINFO_H SAL_DLLPUBLIC sal_Bool rtl_isOctetTextEncoding(rtl_TextEncoding nEncoding)
Determine whether a text encoding uses single octets as basic units of information (and can thus be u...
SAL_DLLPUBLIC char const * rtl_getMimeCharsetFromTextEncoding(rtl_TextEncoding nEncoding)
Map from a text encoding to a corresponding MIME charset name, if available (see http://www.iana.org/assignments/character-sets).
#define SAL_DLLPUBLIC
Definition: saldllapi.h:34
SAL_DLLPUBLIC sal_uInt8 rtl_getBestWindowsCharsetFromTextEncoding(rtl_TextEncoding eTextEncoding)
Map from a text encoding to the best matching numeric Windows charset.
SAL_DLLPUBLIC rtl_TextEncoding rtl_getTextEncodingFromUnixCharset(const char *pUnixCharset)
Map from a Unix charset to a text encoding.
SAL_DLLPUBLIC rtl_TextEncoding rtl_getTextEncodingFromMimeCharset(const char *pMimeCharset)
Map from a MIME charset to a text encoding.
SAL_DLLPUBLIC sal_uInt32 rtl_getWindowsCodePageFromTextEncoding(rtl_TextEncoding nEncoding)
Map from a text encoding to a Windows code page.
SAL_DLLPUBLIC rtl_TextEncoding rtl_getTextEncodingFromWindowsCodePage(sal_uInt32 nCodePage)
Map from a Windows code page to a text encoding.
SAL_DLLPUBLIC rtl_TextEncoding rtl_getTextEncodingFromWindowsCharset(sal_uInt8 nWinCharset)
Map from a numeric Windows charset to a text encoding.
SAL_DLLPUBLIC sal_Bool rtl_getTextEncodingInfo(rtl_TextEncoding eTextEncoding, rtl_TextEncodingInfo *pEncInfo)
Return information about a text encoding.
unsigned char sal_Bool
Definition: types.h:38
sal_uInt16 rtl_TextEncoding
The various supported text encodings.
Definition: textenc.h:37
Information about a text encoding.
Definition: tencinfo.h:49
sal_uInt8 MaximumCharSize
The maximum number of bytes needed to encode any character in the given encoding. ...
Definition: tencinfo.h:69
SAL_DLLPUBLIC const char * rtl_getBestMimeCharsetFromTextEncoding(rtl_TextEncoding eTextEncoding)
Map from a text encoding to the best matching MIME charset.
sal_uInt8 Reserved
An unused byte, for padding.
Definition: tencinfo.h:78
struct _rtl_TextEncodingInfo rtl_TextEncodingInfo
Information about a text encoding.
sal_uInt32 Flags
Any combination of the RTL_TEXTENCODING_INFO flags.
Definition: tencinfo.h:137
sal_uInt8 AverageCharSize
The average number of bytes needed to encode a character in the given encoding.
Definition: tencinfo.h:74
SAL_DLLPUBLIC const char * rtl_getBestUnixCharsetFromTextEncoding(rtl_TextEncoding eTextEncoding)
Map from a text encoding to the best matching Unix charset.
sal_uInt32 StructSize
The size (in bytes) of this structure.
Definition: tencinfo.h:53
unsigned char sal_uInt8
Definition: types.h:44
sal_uInt8 MinimumCharSize
The minimum number of bytes needed to encode any character in the given encoding. ...
Definition: tencinfo.h:61