aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-05 19:42:31 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-06 05:01:59 +0100
commita70fbaaf50308cacc62bc9d7bb40ea75a4b9b54b (patch)
tree7d2c3067dac59d2e673371c1b22e4298d759f5b9 /ChangeLog
parentb341d742dbb69ef3cc827f06e4aaddfe67b18d0f (diff)
downloadqpdf-a70fbaaf50308cacc62bc9d7bb40ea75a4b9b54b.tar.zst
Honor other base encodings when generating appearances
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c881a338..db5b897f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2019-01-05 Jay Berkenbilt <ejb@ql.org>
+ * When generating appearances, if the font uses one of the
+ standard, built-in encodings, restrict the character set to that
+ rather than just to ASCII. This will allow most appearances to
+ contain characters from the ISO-Latin-1 range plus a few
+ additional characters.
+
* Add methods QUtil::utf8_to_win_ansi and
QUtil::utf8_to_mac_roman.