XML Reader and IDN urls in PHP -


i have idn url. if put xmlreader is, 2 warnings

warning: xmlreader::open(http://www.джумла-тест.рф/master/article-category-blog?format=feed&type=rss): failed open stream: http request failed! in c:\program files (x86)\easyphp-12.1\www\joomla-cms2\libraries\joomla\feed\factory.php on line 44  warning: xmlreader::open(): unable open source data in c:\program files (x86)\easyphp-12.1\www\joomla-cms2\libraries\joomla\feed\factory.php on line 44 **error. feed not retrieved.** 

if urlencode one

warning: xmlreader::open(): unable open source data in c:\program files (x86)\easyphp-12.1\www\joomla-cms2\libraries\joomla\feed\factory.php on line 44 **error. feed not retrieved.** 

if change punycode works, right way?

update: want add think maybe problem earlier, in query not returning correct idn url. i'd still know if xmlreader in php can handle idn urls assuming can them database correctly.

after discussion other developers, seems answer "yes need send request punycode."


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -