19#ifndef INCLUDED_TOOLS_TENCCVT_HXX
20#define INCLUDED_TOOLS_TENCCVT_HXX
22#include <rtl/textenc.h>
rtl_TextEncoding GetOneByteTextEncoding(rtl_TextEncoding eEncoding)
if the given encoding is an multi-byte encoding (which allows more than one byte per char,...
TOOLS_DLLPUBLIC rtl_TextEncoding getBestMSEncodingByChar(sal_Unicode c)
Given a Unicode character, return a legacy Microsoft Encoding which supports it.
TOOLS_DLLPUBLIC rtl_TextEncoding GetSOStoreTextEncoding(rtl_TextEncoding eEncoding)
TOOLS_DLLPUBLIC rtl_TextEncoding GetExtendedCompatibilityTextEncoding(rtl_TextEncoding eEncoding)
return an encoding which has more defined Characters as the given encoding, but have the same definit...
TOOLS_DLLPUBLIC rtl_TextEncoding GetSOLoadTextEncoding(rtl_TextEncoding eEncoding)
TOOLS_DLLPUBLIC rtl_TextEncoding GetExtendedTextEncoding(rtl_TextEncoding eEncoding)
return an encoding which has more defined Characters as the given encoding.