> How to convert string in windows-1250 to asci, I need convert special
> national characters
> to standard english characters.

Discard all characters with a value over 127 (high bit set). ASCII is only
defined for 7 bit encoding.

Mark Charette



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to