Skip to main content
Known Participant
August 5, 2021
Question

French and Portuguese accents

  • August 5, 2021
  • 2 replies
  • 874 views

French and Portuguese accents lost in live browsers:

Although perfectly appearing in the Dw’s real-time preview São Paulo and Révision become messed up when out in live Chrome and Firefox on the net. Serif or Sans-serif? Or another trick?

    This topic has been closed for replies.

    2 replies

    Jon Fritz
    Community Expert
    Community Expert
    August 5, 2021

    What charset are you using? It will be at the top of your code, you should see something like this for your first few lines in Code View...

    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">

     

    The meta charset line should be set to utf-8 as above. If it's not, change it and your accents should reappear online.

    If it still doesn't work, share a link to your page here and we can take a look at what else might be causing the issue for you.

    B i r n o u
    Legend
    August 5, 2021

    as I already state above, are you utf-8 encoded ?

    but in complement to what said Jon, you have to first write the META tag reflecting the encoding, but you also have to be sure that the file is really UTF-8 encoded...

    File > Page Proerties, and be sure that UTF-8 is really selected, in case not, select it and apply it to the page

    ingo9Author
    Known Participant
    August 5, 2021

    Thanks for reply Birnou,

    Is this out in the internet? Or just in your box only with  Dw Real time preview? That is the difference for me.

    Ingemar

    B i r n o u
    Legend
    August 5, 2021

    are you utf-8 encoded ?

    what font set are you using ?

    ingo9Author
    Known Participant
    August 5, 2021

    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

    and in a different place

    font-family: "Times New Roman", Times, serif;

    Both give the same mess. I though Crome was the problem, but same goes for Firefox.