setCharSet method

void setCharSet(
  1. IStatus status,
  2. int index,
  3. int charSet
)

Implementation

void setCharSet(IStatus status, int index, int charSet) {
  _setCharSet(self, status.self, index, charSet);
  status.checkStatus();
}