Eurosign in text

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

    Eurosign in text

    Hi there...

    I'm reading a string from a mysql-field. In this string is a ?-sign. But
    when I'm writing it to a text-file it's converted (or just readed that way)
    to €

    I could convert this back using a replace, but if there's another special
    character it would still remain.

    Anyone an idea?

    Greetz,

    Roger



  • R. Rajesh Jeba Anbiah

    #2
    Re: Eurosign in text

    "PI" <nospam@please. nl> wrote in message news:<nFF3c.769 99$WR6.74882@fe 02.usenetserver .com>...[color=blue]
    > Hi there...
    >
    > I'm reading a string from a mysql-field. In this string is a ?-sign. But
    > when I'm writing it to a text-file it's converted (or just readed that way)
    > to €[/color]

    IIRC, if the encoding system of the browser is other than unicode
    (UTF-8), it will convert it to html entities.

    --
    "I don't believe in the God who doesn't give me food, but shows me
    heaven!"--Swami Vivekanandha
    Email: rrjanbiah-at-Y!com

    Comment

    Working...