Normalize ligatures on text export too

BUGS: 302634
FIXED-IN: 4.9.0
(cherry picked from commit 98a073558a)
remotes/origin/KDE/4.9
Albert Astals Cid 14 years ago
parent 42911929fb
commit 2c3b98a8a7
  1. 2
      generators/poppler/generator_pdf.cpp

@ -1238,7 +1238,7 @@ bool PDFGenerator::exportTo( const QString &fileName, const Okular::ExportFormat
Poppler::Page *pp = pdfdoc->page(i);
if (pp)
{
text = pp->text(QRect());
text = pp->text(QRect()).normalized(QString::NormalizationForm_KC);
}
userMutex()->unlock();
ts << text;

Loading…
Cancel
Save