public static bool SetCharacterset(int nInternationalCharacterSet, int nCodepage)
 {
     if (Is64Bit())
     {
         return(BXLLApi_x64.SetCharacterset(nInternationalCharacterSet, nCodepage));
     }
     else
     {
         return(BXLLApi_x86.SetCharacterset(nInternationalCharacterSet, nCodepage));
     }
 }