1
0
Prechádzať zdrojové kódy

Remove decoding note

It seems like the decoding issue was caused by my development setup.
Sunny 2 rokov pred
rodič
commit
5288234440
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  1. 0 2
      pages/artist.php

+ 0 - 2
pages/artist.php

@@ -1,8 +1,6 @@
 <?php
   require "../modules/querypath/src/qp.php";
 
-  /* TODO: UTF-8 titles don't seem to be decoded correctly.
-           An example can be seen with "Die Tür Ist Zu" on the SWANS page. */
   $document = htmlqp(file_get_contents("https://" . urlencode($_GET["name"]) . ".bandcamp.com"));
 
   $title = $document->find("#band-name-location .title")->text();