unicode CString -> std::string
  USES_CONVERSION;
  std::string stemp = T2A(name);
  name_ = stemp;

相关文章: