XeLaTeX and Hyperref

Bug #1353081 reported by bienchen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
moderncv
New
Undecided
Unassigned

Bug Description

When compiling with XeLaTeX, there are a couple of warnings

** WARNING ** Failed to convert input string to UTF16...

Changing the invocation of hyperref in moderncv.cls to

  \ifxetex
    \RequirePackage{hyperref}
  \else
    \RequirePackage[unicode]{hyperref}% unicode is required for unicode pdf metadata
  \fi

Solves the issue for me.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.