PHP Classes

Some suggestions

Recommend this page to a friend!

      Search Keywords  >  All threads  >  Some suggestions  >  (Un) Subscribe thread alerts  
Subject:Some suggestions
Summary:good class but lacks charset conversion
Messages:2
Author:Adam Zaparcinski
Date:2011-01-04 00:46:36
Update:2011-04-29 06:17:11
 

  1. Some suggestions   Reply   Report abuse  
Picture of Adam Zaparcinski Adam Zaparcinski - 2011-01-04 00:46:36
How about non-english characters? In google we have encoding defined in referer. I'd like to be able to specify target encoding (for iconv) like this:

$keys = $keys->get_keys('iso-8859-2');

by default utf8 would be used.

  2. Re: Some suggestions   Reply   Report abuse  
Picture of Eric Sizemore Eric Sizemore - 2011-04-29 06:17:11 - In reply to message 1 from Adam Zaparcinski
I'll look into that :)