You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case CS_MIBENUM_UTF_16:
case CS_MIBENUM_UTF_16BE:
case CS_MIBENUM_UTF_16LE: <- ?????
// not entirely correct, but better than nothing
case CS_MIBENUM_ISO_10646_UCS_2:
res = CodesetsBase->utf16Codeset;
break;