Skip Menu |

This queue is for tickets about the Geography-Countries CPAN distribution.

Report information
The Basics
Id: 38005
Status: resolved
Priority: 0/
Queue: Geography-Countries

People
Owner: Nobody in particular
Requestors: hull [...] snap.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.4
Fixed in: (no value)



Subject: Character encoding problem with UTF-8.
If the default encoding for filehandles is not iso-8859-1, then the value for 'CI' is incorrect because it uses the iso-8859-1 encoding for 'รด' (0xF4). One possible fix is to add: binmode(DATA, ':encoding(iso-8859-1)'); before reading from the DATA filehandle.
This should be fixed in version 2009040901.