Skip to content

Make FT support UTF-8 filenames on windows

Adrian Johnson requested to merge ajohnson/poppler:utf8-fontfile into master

As a first step towards making Windows use UTF-8 font pathnames, this MR replaces calls to FT_New_Face with a replacement function that handles UTF-8 on windows.

Merge request reports