In my references (using XeLaTeX, biblatex and Biber) I have one specific DOI that is hanging over more than a centimeter after line-break.
All other DOI are correctly wrapped. Even inserting a (wrong space in the DOI does not help at all). How can I fix that?
I invoke biblatex using:
\usepackage[safeinputenc,uniquelist=false,maxnames=2,%
minnames=1,maxbibnames=99,style=authoryear,url=false,%
dashed=false,firstinits=true,backend=biber]{biblatex}
and hyperref sign:
\usepackage[hidelinks,pdfa,pdfencoding=auto,pdfusetitle,hypertexnames=false]{hyperref}
This is what it looks like:

P.S.: I know I can use:
\setcounter{biburlnumpenalty}{100}
but I'd prefer to perform a manual linebreak using some trick
\raggedrightcommand:{\raggedright \printbibliography}– Benedikt Bauer Oct 16 '12 at 8:44