function clean_string( obj ) {
  obj.value = obj.value.replace( "’", "'" );
}
