okular/generators/poppler
Wendi Gan 322fd2d54e fix Unicode Normalization: replace NFKC to NFC
Use NFC in copy, makeWord, and export functions, and NFKC for search operations.
NFKC may alter characters when copied or exported. For example ⑥ in pdf will be pasted as 6. So most instances are replaced with NFC.
To simplify matching during search operation, NFKC is used.

BUG: 466521
CCBUG: 473495
2024-05-24 10:02:50 +00:00
..
autotests Allow new signatures to have image backgrounds 2023-06-14 17:47:41 +00:00
conf Add a way to enable overprint preview for rendering PDF 2023-06-28 05:34:22 +00:00
annots.cpp Build poppler generator. We still need to take an extra look at the changes in memory managing 2023-12-18 22:56:22 +00:00
annots.h Build poppler generator. We still need to take an extra look at the changes in memory managing 2023-12-18 22:56:22 +00:00
CMakeLists.txt Switch to kf6 2023-12-18 22:56:22 +00:00
debug_pdf.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
formfields.cpp Let poppler pick the font size when signing signature fields 2024-04-15 12:24:17 +00:00
formfields.h Remove virtual methods from signature and certificate info 2023-05-03 09:15:42 +00:00
generator_pdf.cpp fix Unicode Normalization: replace NFKC to NFC 2024-05-24 10:02:50 +00:00
generator_pdf.h Fix DocumentHasPassword check 2024-04-02 13:04:54 +02:00
imagescaling.cpp Allow new signatures to have image backgrounds 2023-06-14 17:47:41 +00:00
imagescaling.h Allow new signatures to have image backgrounds 2023-06-14 17:47:41 +00:00
libokularGenerator_poppler.json SVN_SILENT made messages (.desktop file) - always resolve ours 2024-03-09 01:13:56 +00:00
Messages.sh Renamed dummy extraction file rc_okular_poppler.cpp to usual rc.cpp. 2013-02-27 13:11:33 +01:00
okularApplication_pdf.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2024-02-14 01:13:45 +00:00
org.kde.mobile.okular_pdf.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2024-02-14 01:13:45 +00:00
org.kde.okular-poppler.metainfo.xml GIT_SILENT Update Appstream for new release 2024-05-17 00:11:10 +02:00
pdfsettingswidget.cpp Load certificates delayed 2024-04-20 13:44:54 +00:00
pdfsettingswidget.h Use CI environment for clang/clazy 2023-12-15 09:39:03 +00:00
pdfsignatureutils.cpp Show an icon depending on the storage location of the signature 2023-12-07 12:15:03 +00:00
pdfsignatureutils.h Remove virtual methods from signature and certificate info 2023-05-03 09:15:42 +00:00
popplerembeddedfile.h Build poppler generator. We still need to take an extra look at the changes in memory managing 2023-12-18 22:56:22 +00:00