selectCharSet method

void selectCharSet(
  1. int charSet
)

Implementation

void selectCharSet( int charSet ){
	_charSet = charSet;
}