Oh, I know about that error... but that has nothing to do with the fontenc package. As the error itself states, it relates with the inputenc package.
That error dissapears by using:
As previously mentioned, "please note the usage of
utf8x
..." (the key is the last letter "x" after the
utf8
, which allows for an extended list of characters.
The XeLaTeX typesetter is fine, except for a single problem that I haven't been able to solve: it cannot correctly process a .bib file in order to make use of the bibliographical references. That is a different issue, in a different thread, but please believe me that I do have a small reproducible example in order to demonstrate what I just wrote (EDIT: I just started a
new thread here).
Returning to hyphenation (the subject line), that seems to have very little (I'd say nothing) to do with the
inputenc
package, for which the problem is already solved(!) by using the
utf8x
encoding.
Rather, it seems to have a lot to do with how fontenc package treats the special characters, or there's another trick that I am not aware of... and unfortunately I'm back to the square one.
Perhaps I should try to convince XeLaTeX to deal with the .bib file instead (that would be another solution indeed), in any case this hyphenation issue is rather weird.
Thanks again for your patience,
Adrian