summaryrefslogtreecommitdiff
path: root/poppler/UTF.cc
AgeCommit message (Expand)AuthorFilesLines
2024-02-02inline UnicodeIsValidSune Vuorela1-5/+0
2024-02-01Update (C)Albert Astals Cid1-1/+1
2024-02-01More unicode vectors; fewer raw pointersSune Vuorela1-44/+34
2023-10-14Update (C)Albert Astals Cid1-1/+1
2023-10-08cairo: write document logical structure if output is pdfAdrian Johnson1-0/+32
2023-09-06Let method utf8ToUtf16WithBom return a std::string objectOliver Sander1-5/+5
2023-06-16Update (C)Albert Astals Cid1-0/+1
2023-06-16utf8ToUtf16(): fix out-of-bounds writeEven Rouault1-1/+1
2023-06-14Update (C)Albert Astals Cid1-0/+1
2023-06-13Fix reading of utf8-with-bom filesSune Vuorela1-0/+3
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-22/+36
2022-02-10Update (C) of previous commitsAlbert Astals Cid1-1/+1
2022-02-10Make utf8ToUtf16WithBom return a unique_ptrAlbert Astals Cid1-2/+2
2021-10-29Port a few functions from GooString to std::stringAlbert Astals Cid1-11/+11
2021-09-16Correct encoding of signature's properties Reason & Location + Qt APIGeorgiy Sgibnev1-0/+23
2021-09-16Update (C)Albert Astals Cid1-1/+1
2021-09-15pdfinfo: Add -custom option to print custom metadataAdrian Johnson1-369/+67
2020-07-11Fix UTF16LE support in TextStringToUCS4Albert Astals Cid1-1/+1
2020-07-10Update (C)Albert Astals Cid1-1/+1
2020-07-10Make TextStringToUCS4() support UTF16-LE tooNelson Benítez León1-1/+16
2020-07-03Run clang-formatAlbert Astals Cid1-277/+617
2020-01-05Make getUnicodeMap param a const & instead a const *Albert Astals Cid1-2/+1
2020-01-05Fix crash in unicodeToAscii7Albert Astals Cid1-12/+3
2020-01-05Remove UnicodeMap reference countingAlbert Astals Cid1-1/+1
2020-01-03Mark 'in' in unicodeToAscii7 as constAlbert Astals Cid1-2/+2
2019-12-06Allocate big enough buffer for text conversionMarek Kasik1-1/+1
2019-11-29Enable readability-inconsistent-declaration-parameter-nameAlbert Astals Cid1-3/+3
2019-09-27Update (C) of previous commitAlbert Astals Cid1-1/+1
2019-09-27Add some constAlbert Astals Cid1-1/+1
2018-12-09Update (C)Albert Astals Cid1-0/+1
2018-12-09add new 'IgnoreDiacritics' option to ::findText()Nelson Benítez León1-0/+59
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-1/+1
2018-04-05Add some more constAlbert Astals Cid1-1/+2
2018-01-10Forgot C for last commitAlbert Astals Cid1-1/+1
2018-01-10utf16CountUtf8Bytes: initialize codepoint to 0Albert Astals Cid1-1/+1
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-3/+3
2017-12-03Add missing (C)Albert Astals Cid1-1/+1
2017-11-15Support unicode on windows consoleAdrian Johnson1-1/+286
2016-10-080.48poppler-0.48Albert Astals Cid1-0/+1
2016-10-03TextOutputDev: Break words on all whitespace charactersJason Crain1-0/+12
2016-06-01Point ucs4 to null when len is 0Albert Astals Cid1-1/+4
2013-06-09Fix mismatched free/deleteAlbert Astals Cid1-1/+1
2012-11-03Don't allow invalid unicode to be passed to backendsAdrian Johnson1-0/+11
2012-10-14Make sure array index is >= 0Hib Eris1-1/+2
2012-08-30Update Adrian's copyrightsAlbert Astals Cid1-0/+23
2012-08-30Move text to unicode conversion into a separate functionAdrian Johnson1-0/+34
2012-08-30Convert UTF-16 to UCS-4 when reading toUnicode cmapAdrian Johnson1-0/+47