Skip to content
GitLab
Explore
Sign in
Register
poppler
poppler
Merge requests
!1410
Let method utf8ToUtf16WithBom return a std::string object
Code
Review changes
Check out branch
Download
Patches
Plain diff
Oliver Sander
requested to merge
sander/poppler:let-utf8toutf16withbom-return-string-object
into
master
Jun 17, 2023
Overview
10
Commits
1
Pipelines
3
Changes
8
Expand
Rather than a std::unique_ptr to a GooString. This avoids a heap allocation.
Merge request reports