Bit of a long shot but I am currently creating a multi nation site which includes google news feeds.
I have created the XML parser which works fine for all latin based languages, but I don't know how to get it working in Japanese.
I am currently using a search term to pull in the xml for the news stories as follows:
$file = " http://news.google.co.uk/news?hl=en&...ERE&output=rss";
Obviously I substitute the .co.uk and en for the shorcodes of the sites. .de for German, .it for italian etc. The actual search query comes after the q= variable.
Does anybody know how I would use japanese here? I have tried copy and pasting characters directly in, and tried UTF codes but still can't get any results.
Any ideas at all would be apreciated. Thanks a lot..
|