encoding

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • guido2mila@gmail.com

    encoding

    Hi,
    I have a problem. How can I transform this xml:
    $xml="<name>Nic col&#xF2;</name>"
    to this
    $xml="<name>Nic colò</name>"

    I recive by CURL from a site this xml:

    <?xml version="1.0">
    <name>Niccol&#x F2;</name>

    but, for some reasons, I want:

    <?xml version="1.0">
    <name>Niccolò </name>

    There is a php function for this?
    Thanks a lot
    guido

  • Bernhard Jaud

    #2
    Re: encoding

    guido2mila@gmai l.com schrieb in etwa dies, Am 25.09.2006 14:34:
    Hi,
    I have a problem.
    You don't have a realname?
    There is a php function for this?

    Thanks a lot
    guido
    >
    regards

    Bernhard

    --
    Some humans would do anything to see if it is possible to do it.
    If you would place a lager switch in some cave somewhere,
    saying "END-OF-THE-WORLD-SWITCH!! DO NOT TOUCH!!!",
    the paint wouldnt have time to dry.

    -Terry Pratchett

    Comment

    Working...