public static int GetCharacterSet() { if (Is64Bit()) { return(BXLAPI_x64.GetCharacterSet()); } else { return(BXLAPI_x86.GetCharacterSet()); } }