Variable ColumnInfo.charSet

Character set, "" if not applicable.

struct ColumnInfo
{
  // ...
  string charSet ;
  // ...
}