summaryrefslogtreecommitdiff
path: root/poppler/GlobalParams.h
diff options
context:
space:
mode:
Diffstat (limited to 'poppler/GlobalParams.h')
-rw-r--r--poppler/GlobalParams.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/poppler/GlobalParams.h b/poppler/GlobalParams.h
index 415cae4e..5ac536e2 100644
--- a/poppler/GlobalParams.h
+++ b/poppler/GlobalParams.h
@@ -139,6 +139,8 @@ public:
CMap *getCMap(const GooString *collection, const GooString *cMapName, Stream *stream = nullptr);
UnicodeMap *getTextEncoding();
+ const UnicodeMap *getUtf8Map();
+
std::vector<GooString*> *getEncodingNames();
//----- functions to set parameters
@@ -208,6 +210,8 @@ private:
CharCodeToUnicodeCache *unicodeToUnicodeCache;
UnicodeMapCache *unicodeMapCache;
CMapCache *cMapCache;
+
+ UnicodeMap *utf8Map;
mutable std::recursive_mutex mutex;
mutable std::recursive_mutex unicodeMapCacheMutex;