aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QUtil.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh
index c7473bf3..2503a475 100644
--- a/include/qpdf/QUtil.hh
+++ b/include/qpdf/QUtil.hh
@@ -163,6 +163,12 @@ namespace QUtil
QPDF_DLL
std::string utf8_to_ascii(
std::string const& utf8, char unknown_char = '?');
+ QPDF_DLL
+ std::string utf8_to_win_ansi(
+ std::string const& utf8, char unknown_char = '?');
+ QPDF_DLL
+ std::string utf8_to_mac_roman(
+ std::string const& utf8, char unknown_char = '?');
// If secure random number generation is supported on your
// platform and qpdf was not compiled with insecure random number