-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose QUtil::get_next_utf8_codepoint
- Loading branch information
1 parent
5bbb0d4
commit 22b35c4
Showing
8 changed files
with
85 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
((nil . ((indent-tabs-mode . t) | ||
((nil . ((indent-tabs-mode . nil) | ||
(qpdf-cc-style | ||
. | ||
("qpdf" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
2022-04-23 Jay Berkenbilt <[email protected]> | ||
|
||
* Add new method QUtil::is_explicit_utf8 that tests whether a | ||
string is explicitly marked as being UTF-8 encoded, as allowed by | ||
the PDF 2.0 spec. Such a string starts with the bytes 0xEF 0xBB | ||
0xBF, which is the UTF-8 encoding of U+FEFF. | ||
|
||
* Add new method QUtil::get_next_utf8_codepoint as a low-level | ||
helper for iterating through the UTF-8 characters in a byte | ||
string. | ||
|
||
2022-04-16 Jay Berkenbilt <[email protected]> | ||
|
||
* Breaking CLI change: the default value for --json is now | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters