Converts ISO-8859-1 characters down to ASCII characters.
public static string ISO88591ToASCII( stringtext );
Parameters
text
ISO-8859-1 characters
Remarks
This method attempts to match ISO-8859-1 characters to ASCII characters. If a
suitable match cannot be found, the character is replaced with an empty string.