41#ifndef BSTRLIB_UNICODE_UTILITIES
42#define BSTRLIB_UNICODE_UTILITIES
80 const bstring bu,
int pos);
C implementaion of bstring functions.
BSTR_PUBLIC int buIsUTF8Content(const bstring bu)
BSTR_PUBLIC int buGetBlkUTF16(cpUcs2 *ucs2, int len, cpUcs4 errCh, const bstring bu, int pos)
BSTR_PUBLIC int buAppendBlkUTF16(bstring bu, const cpUcs2 *utf16, int len, cpUcs2 *bom, cpUcs4 errCh)
BSTR_PUBLIC int buAppendBlkUcs4(bstring b, const cpUcs4 *bu, int len, cpUcs4 errCh)
Interface for low-level UTF-8 utility functions.