![]() | InDesign SDK 20.5 |
#include <TxtImpUtils.h>
Static Public Member Functions | |
| static ITxtImpFileReader * | QueryTxtImpFileReader (ITxtImpFileReader::Encoding encoding) |
| static ITxtImpFileReader::Encoding | DetectJapaneseEncodingType (uchar *buf, int32 bufSize) |
TxtImpUtils Implements various utility functions that help in the process of importing text files, as featured in the TextImportFilter.
| static |
Detects the encoding type from the a uchar buf.
| buf | A uchar array that contains characters in some Japanese encoding. |
| bufSize | Number of bytes in the uchar array. |
| static |
Obtains the actual ITxtImpFileReader interface for the corresponding encoding.
| encoding | The encoding for which you want the ITxtImpFileReader implementation. See ITxtImpFileReader::Encoding. |