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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -