Fanda wrote:

> Hi,
> can I use some php funciton to convert strings to charset iso-8859-2? Do
> exists some function to detect encoding of string?


Try multi-byte string module.
It can detect encoding and convert one from another.
Look for PHP manual for details. You might also interested in iconv 
module. It does not detect encoding, though.

--
Yasuo Ohgaki



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to