librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1279] Drop redundant utf8_encode


From: Jørgen Bøhnsdalen
Subject: [Librefm-commits] [1279] Drop redundant utf8_encode
Date: Thu, 07 May 2009 15:36:50 +0000

Revision: 1279
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1279
Author:   jurgbohn
Date:     2009-05-07 15:36:50 +0000 (Thu, 07 May 2009)
Log Message:
-----------
Drop redundant utf8_encode

Modified Paths:
--------------
    trunk/nixtape/api/ArtistXML.php

Modified: trunk/nixtape/api/ArtistXML.php
===================================================================
--- trunk/nixtape/api/ArtistXML.php     2009-05-07 15:34:48 UTC (rev 1278)
+++ trunk/nixtape/api/ArtistXML.php     2009-05-07 15:36:50 UTC (rev 1279)
@@ -49,7 +49,7 @@
                $xml = new SimpleXMLElement("<lfm status=\"ok\"></lfm>");
 
                $artistXml = $xml->addChild("artist", null);
-               $artistXml->addChild("name", utf8_encode($artist->name));
+               $artistXml->addChild("name", $artist->name);
                $artistXml->addChild("mbid", $artist->mbid);
                $artistXml->addChild("streamable", $artist->streamable);
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]