Skip Menu |

This queue is for tickets about the Yahoo-Search CPAN distribution.

Report information
The Basics
Id: 45029
Status: resolved
Priority: 0/
Queue: Yahoo-Search

People
Owner: Nobody in particular
Requestors: MAROS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.9.12
Fixed in: (no value)



Subject: XML Entity problem
I'm using Geo::Coder::Yahoo (which itself uses this module) to get geo data for addresses. For some (but not all) addresses containing non ascii characters it fails due to an error which may originate from this module. perl -MGeo::Coder::Yahoo -E 'my $geocoder = Geo::Coder::Yahoo->new(appid => "my_app"); $geocoder->geocode( location => "Rudolf-Stöcker-Weg 29, 53115 Bonn, DE" )'; Error in Yahoo::Search::XML on line 155: unknown entity &#xF6
Fixed for next release. Thanks.