buffer.replaceAll("\\p{Punct}", ";");
}
// remove line breaks
buffer.replaceAll('\n', ' ');
return buffer.trim().toString();
}
public synchronized Program[] search(ProgramFieldType[] fieldArr, Date startDate,
int nrDays, Channel[] channels, boolean sortByStartTime, ProgressMonitor progress)
{