24 #ifndef _H_IEncodingUtils 25 #define _H_IEncodingUtils 28 #include "IPMUnknown.h" 39 enum { kDefaultIID = IID_IENCODINGUTILS };
146 virtual bool16
IsHex(uchar c) = 0;
159 virtual int32
IntValue(uchar c) = 0;
232 namespace EncodingUtils
235 bool16 IsPossibleLeadByte(uchar charByte, int8 script);
236 bool16 IsPossibleSecondByte(uchar charByte, int8 script);