Phoogle UTF International Support
Posted by justinjohnson on Jan 5th, 2008
Phoogle has been updated to 2.03
Here’s a summary of updates:
1. added the utf8_encode function based upon a suggestion from: Luis Lorenzo, which helps hen you try to add an address with special character like ‘ç’ or ‘ñ’ for example. This should keep the class from returning ‘Invalid Points’ on these international addresses
2. Added an SVN repository.
The above SVN repository is located at: http://sub.systemsevendesigns.com/phoogle
If you want to update or contribute to Phoogle, contact me and I’ll give you a username and password to commit to the repository (no password is required to view/download the files)
March 2nd, 2008 at 2:05 am
In the showmap() function, the div ID should be auto incremented or ranodmly generated to be able to display various pages on the same page creating many objects.
I also repeat myself because my first comment has been deleted (it seems). In the printGoogleJS() method, ‘&’ character have to be repalce by his htmlentity (& a m p
to make the HTML validator happy.