UTF-8 or ISO-8859-1

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wouter

    UTF-8 or ISO-8859-1

    Hey hi....

    Everywhere I'm encouraged to use UTF-8, but how come the Euro sign or the
    Copyright sign don't show up in my browser when it's used?

    Yet they do show up when ISO-8859-1 is used...

    Is there a good readup on the subject somewhere?

    TIA

  • Jerry Stuckle

    #2
    Re: UTF-8 or ISO-8859-1

    Wouter wrote:
    Hey hi....
    >
    Everywhere I'm encouraged to use UTF-8, but how come the Euro sign or the
    Copyright sign don't show up in my browser when it's used?
    >
    Yet they do show up when ISO-8859-1 is used...
    >
    Is there a good readup on the subject somewhere?
    >
    TIA
    >
    Wouter,

    This doesn't have anything to do with PHP. You might try asking in
    alt.html.

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    • Christoph Roeder

      #3
      Re: UTF-8 or ISO-8859-1



      On Dec 5, 12:14 pm, Wouter <s...@spam.nlwr ote:
      Yet they do show up when ISO-8859-1 is used...
      That's because you saved it with an editor which saves the file in
      ISO-8859-1

      So use another or use html-entities (what's no more needed with utf-8).

      Comment

      • Wouter

        #4
        Re: UTF-8 or ISO-8859-1

        Tx!


        On 05-12-2006 14:44, in article
        1165326264.6698 22.121180@f1g20 00...legro ups.com, "Christoph Roeder"
        <phpmyforum@goo glemail.comwrot e:
        >
        >
        On Dec 5, 12:14 pm, Wouter <s...@spam.nlwr ote:
        >Yet they do show up when ISO-8859-1 is used...
        >
        That's because you saved it with an editor which saves the file in
        ISO-8859-1
        >
        So use another or use html-entities (what's no more needed with utf-8).
        >

        Comment

        Working...