mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2018-08-02 Fred Gleason <fredg@paravelsystems.com>
* Modified reports in rdlibrary(1) to display UTF-8 strings correctly.
This commit is contained in:
@@ -61,15 +61,15 @@ bool RDReport::ExportMusicSummary(const QString &filename,
|
||||
// Write File Header
|
||||
//
|
||||
if(startdate==enddate) {
|
||||
*strm << Center(QString("Rivendell RDAirPlay Music Summary Report for ")+
|
||||
*strm << RDReport::center(QString("Rivendell RDAirPlay Music Summary Report for ")+
|
||||
startdate.toString("MM/dd/yyyy"),75)+"\n";
|
||||
}
|
||||
else {
|
||||
*strm << Center(QString("Rivendell RDAirPlay Music Summary Report for ")+
|
||||
*strm << RDReport::center(QString("Rivendell RDAirPlay Music Summary Report for ")+
|
||||
startdate.toString("MM/dd/yyyy")+" - "+
|
||||
enddate.toString("MM/dd/yyyy"),75)+"\n";
|
||||
}
|
||||
*strm << Center(name()+" -- "+description(),75)+"\n";
|
||||
*strm << RDReport::center(name()+" -- "+description(),75)+"\n";
|
||||
|
||||
//
|
||||
// Write Data Rows
|
||||
|
||||
Reference in New Issue
Block a user