pdflatex, breakurl and unicode characters The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Do we need more moderators?TeXLive/PDFTeX fonts loading problemUnicode emoticons with pdflatexUnicode characters in pdflatex output using hexcode without UTF-8 inputUnicode characters in LaTeX, getting errorsPdflatex is not printing unicode charactersArsclassica (pdflatex-dependent) and unicode symbolsinserting a single unicode character with pdflatexUnicode characters in LaTeX2eUnicode with PdfLaTeX@footnotetext error for special characters

What force causes entropy to increase?

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?

Did the new image of black hole confirm the general theory of relativity?

How to determine omitted units in a publication

What happens to a Warlock's expended Spell Slots when they gain a Level?

Can the DM override racial traits?

Are there continuous functions who are the same in an interval but differ in at least one other point?

Loose spokes after only a few rides

Windows 10: How to Lock (not sleep) laptop on lid close?

Why did Peik Lin say, "I'm not an animal"?

1960s short story making fun of James Bond-style spy fiction

Can each chord in a progression create its own key?

Mortgage adviser recommends a longer term than necessary combined with overpayments

What do I do when my TA workload is more than expected?

Is every episode of "Where are my Pants?" identical?

ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?

How to support a colleague who finds meetings extremely tiring?

Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?

Is this wall load bearing? Blueprints and photos attached

Does Parliament hold absolute power in the UK?

Word for: a synonym with a positive connotation?

Is 'stolen' appropriate word?

Was credit for the black hole image misappropriated?

Sort list of array linked objects by keys and values



pdflatex, breakurl and unicode characters



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Do we need more moderators?TeXLive/PDFTeX fonts loading problemUnicode emoticons with pdflatexUnicode characters in pdflatex output using hexcode without UTF-8 inputUnicode characters in LaTeX, getting errorsPdflatex is not printing unicode charactersArsclassica (pdflatex-dependent) and unicode symbolsinserting a single unicode character with pdflatexUnicode characters in LaTeX2eUnicode with PdfLaTeX@footnotetext error for special characters










10















I am trying to write an URL using breakurl, that includes an accented character. I am trying to use pdflatex with utf8 inputenc (also tried utf8x). But I can't get a decent result.



My best result is presented by this minimal working example:



documentclassarticle

usepackage[utf8x]inputenc
usepackagehyperref
usepackageurl

begindocument
urldetokenizehttp://coração.net

enddocument


The link is created correctly, but the text shown in the PDF is not the correct one (misses the non ascii characters).



Suggestions are welcome.










share|improve this question














bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • detokenize will completely break pdflatex's handling of utf-8.

    – David Carlisle
    Dec 18 '17 at 16:20











  • Sure, but removing it doesn't help too.

    – Alberto
    Dec 18 '17 at 16:26











  • Why do you need that? I don't think url with non-ascii characters are supported anywhere (feel free to correct me about this). Also there is no need to load url if you load hyperref.

    – Skillmon
    Dec 18 '17 at 16:33






  • 7





    hrefdetokenizehttp://coração.nettexttthttp://coração.net

    – user91669
    Dec 18 '17 at 16:36






  • 3





    @Skillmon unfortunately unicode domains are out there, and they are a big danger for phishing, as there are ways to make similar looking urls pointing to different places. Look here: wordfence.com/blog/2017/04/chrome-firefox-unicode-phishing

    – Alberto
    Dec 18 '17 at 16:41















10















I am trying to write an URL using breakurl, that includes an accented character. I am trying to use pdflatex with utf8 inputenc (also tried utf8x). But I can't get a decent result.



My best result is presented by this minimal working example:



documentclassarticle

usepackage[utf8x]inputenc
usepackagehyperref
usepackageurl

begindocument
urldetokenizehttp://coração.net

enddocument


The link is created correctly, but the text shown in the PDF is not the correct one (misses the non ascii characters).



Suggestions are welcome.










share|improve this question














bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • detokenize will completely break pdflatex's handling of utf-8.

    – David Carlisle
    Dec 18 '17 at 16:20











  • Sure, but removing it doesn't help too.

    – Alberto
    Dec 18 '17 at 16:26











  • Why do you need that? I don't think url with non-ascii characters are supported anywhere (feel free to correct me about this). Also there is no need to load url if you load hyperref.

    – Skillmon
    Dec 18 '17 at 16:33






  • 7





    hrefdetokenizehttp://coração.nettexttthttp://coração.net

    – user91669
    Dec 18 '17 at 16:36






  • 3





    @Skillmon unfortunately unicode domains are out there, and they are a big danger for phishing, as there are ways to make similar looking urls pointing to different places. Look here: wordfence.com/blog/2017/04/chrome-firefox-unicode-phishing

    – Alberto
    Dec 18 '17 at 16:41













10












10








10








I am trying to write an URL using breakurl, that includes an accented character. I am trying to use pdflatex with utf8 inputenc (also tried utf8x). But I can't get a decent result.



My best result is presented by this minimal working example:



documentclassarticle

usepackage[utf8x]inputenc
usepackagehyperref
usepackageurl

begindocument
urldetokenizehttp://coração.net

enddocument


The link is created correctly, but the text shown in the PDF is not the correct one (misses the non ascii characters).



Suggestions are welcome.










share|improve this question














I am trying to write an URL using breakurl, that includes an accented character. I am trying to use pdflatex with utf8 inputenc (also tried utf8x). But I can't get a decent result.



My best result is presented by this minimal working example:



documentclassarticle

usepackage[utf8x]inputenc
usepackagehyperref
usepackageurl

begindocument
urldetokenizehttp://coração.net

enddocument


The link is created correctly, but the text shown in the PDF is not the correct one (misses the non ascii characters).



Suggestions are welcome.







pdftex unicode urls






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 18 '17 at 16:12









AlbertoAlberto

306112




306112





bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • detokenize will completely break pdflatex's handling of utf-8.

    – David Carlisle
    Dec 18 '17 at 16:20











  • Sure, but removing it doesn't help too.

    – Alberto
    Dec 18 '17 at 16:26











  • Why do you need that? I don't think url with non-ascii characters are supported anywhere (feel free to correct me about this). Also there is no need to load url if you load hyperref.

    – Skillmon
    Dec 18 '17 at 16:33






  • 7





    hrefdetokenizehttp://coração.nettexttthttp://coração.net

    – user91669
    Dec 18 '17 at 16:36






  • 3





    @Skillmon unfortunately unicode domains are out there, and they are a big danger for phishing, as there are ways to make similar looking urls pointing to different places. Look here: wordfence.com/blog/2017/04/chrome-firefox-unicode-phishing

    – Alberto
    Dec 18 '17 at 16:41

















  • detokenize will completely break pdflatex's handling of utf-8.

    – David Carlisle
    Dec 18 '17 at 16:20











  • Sure, but removing it doesn't help too.

    – Alberto
    Dec 18 '17 at 16:26











  • Why do you need that? I don't think url with non-ascii characters are supported anywhere (feel free to correct me about this). Also there is no need to load url if you load hyperref.

    – Skillmon
    Dec 18 '17 at 16:33






  • 7





    hrefdetokenizehttp://coração.nettexttthttp://coração.net

    – user91669
    Dec 18 '17 at 16:36






  • 3





    @Skillmon unfortunately unicode domains are out there, and they are a big danger for phishing, as there are ways to make similar looking urls pointing to different places. Look here: wordfence.com/blog/2017/04/chrome-firefox-unicode-phishing

    – Alberto
    Dec 18 '17 at 16:41
















detokenize will completely break pdflatex's handling of utf-8.

– David Carlisle
Dec 18 '17 at 16:20





detokenize will completely break pdflatex's handling of utf-8.

– David Carlisle
Dec 18 '17 at 16:20













Sure, but removing it doesn't help too.

– Alberto
Dec 18 '17 at 16:26





Sure, but removing it doesn't help too.

– Alberto
Dec 18 '17 at 16:26













Why do you need that? I don't think url with non-ascii characters are supported anywhere (feel free to correct me about this). Also there is no need to load url if you load hyperref.

– Skillmon
Dec 18 '17 at 16:33





Why do you need that? I don't think url with non-ascii characters are supported anywhere (feel free to correct me about this). Also there is no need to load url if you load hyperref.

– Skillmon
Dec 18 '17 at 16:33




7




7





hrefdetokenizehttp://coração.nettexttthttp://coração.net

– user91669
Dec 18 '17 at 16:36





hrefdetokenizehttp://coração.nettexttthttp://coração.net

– user91669
Dec 18 '17 at 16:36




3




3





@Skillmon unfortunately unicode domains are out there, and they are a big danger for phishing, as there are ways to make similar looking urls pointing to different places. Look here: wordfence.com/blog/2017/04/chrome-firefox-unicode-phishing

– Alberto
Dec 18 '17 at 16:41





@Skillmon unfortunately unicode domains are out there, and they are a big danger for phishing, as there are ways to make similar looking urls pointing to different places. Look here: wordfence.com/blog/2017/04/chrome-firefox-unicode-phishing

– Alberto
Dec 18 '17 at 16:41










1 Answer
1






active

oldest

votes


















0














The following code works with xelatex:



documentclassarticle
usepackagefontspec,hyperref
begindocument
urlhttp://coração.net
enddocument





share|improve this answer


















  • 2





    Yep, unfortunately I needed to use pdflatex.

    – Alberto
    Dec 18 '17 at 17:23











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f406762%2fpdflatex-breakurl-and-unicode-characters%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














The following code works with xelatex:



documentclassarticle
usepackagefontspec,hyperref
begindocument
urlhttp://coração.net
enddocument





share|improve this answer


















  • 2





    Yep, unfortunately I needed to use pdflatex.

    – Alberto
    Dec 18 '17 at 17:23















0














The following code works with xelatex:



documentclassarticle
usepackagefontspec,hyperref
begindocument
urlhttp://coração.net
enddocument





share|improve this answer


















  • 2





    Yep, unfortunately I needed to use pdflatex.

    – Alberto
    Dec 18 '17 at 17:23













0












0








0







The following code works with xelatex:



documentclassarticle
usepackagefontspec,hyperref
begindocument
urlhttp://coração.net
enddocument





share|improve this answer













The following code works with xelatex:



documentclassarticle
usepackagefontspec,hyperref
begindocument
urlhttp://coração.net
enddocument






share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 18 '17 at 17:12







user91669














  • 2





    Yep, unfortunately I needed to use pdflatex.

    – Alberto
    Dec 18 '17 at 17:23












  • 2





    Yep, unfortunately I needed to use pdflatex.

    – Alberto
    Dec 18 '17 at 17:23







2




2





Yep, unfortunately I needed to use pdflatex.

– Alberto
Dec 18 '17 at 17:23





Yep, unfortunately I needed to use pdflatex.

– Alberto
Dec 18 '17 at 17:23

















draft saved

draft discarded
















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f406762%2fpdflatex-breakurl-and-unicode-characters%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm