IWNN_CHARSET Type

Syntax

typedef struct {
     u16 charSetCnt;                              // charset storage count
     wchar_t* from[NJ_MAX_CHARSET];              // Character before conversion
     wchar_t* to[NJ_MAX_CHARSET];                // Character after conversion
} IWNN_CHARSET;

Description

Type representing fuzzy-character-set definitions.

CONFIDENTIAL