Hello Everybody,

Is there a function/library in PHP that does this?

------------------------
The module striphigh.pm (Perl module):

The Text::Striphigh module exports a single function: C<striphigh>. This
function takes one argument, a string possibly containing high ASCII
characters in the ISO-8859-1 character set, and transforms this into a
string containing only 7 bits ASCII characters, by substituting every
high bit character with a similar looking standard ASCII character, or
with a sequence of standard ASCII characters.

http://theoryx5.uwinnipeg.ca/CPAN/data/Text-Striphigh/Striphigh.html
------------------------

Greetings,

-- 
Steven Apostolou <[EMAIL PROTECTED]>


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

Reply via email to