13c13 < * Last Editor: $Author$ --- > * Last Editor: $Author$ 15c15 < * @version $Revision$ --- > * @version $Revision$ 1198c1198 < * @version $Revision$ --- > * @version $Revision$ 1285a1286,1288 > * Modified to support specifying a character encoding > * Modified 2004-06-20 by Kevin Jamieson (http://pkp.sfu.ca/) > * 1286a1290 > * @param object $charSet character encoding for the data dictionary. 1288c1292 < function adoSchema( &$db ) { --- > function adoSchema( &$db, $charSet = false ) { 1295a1300,1302 > if ($charSet) { > $this->dict->SetCharSet( $charSet ); > }