Passer By <[EMAIL PROTECTED]> writes: > news:[EMAIL PROTECTED] > > Does everyone see how there are all these \222 \223 \224 etc > > how do i get them to look like the normal ',", etc. chars
Which they are not. ' is \047, not \222 " is \042, not \223 \222 is ’ \223 is “ \224 is ” The problem comes from the sender who indicates the wrong encoding for their characters. Notably, from MS-Windows programs who announce ISO-8859-1 encoding when they include WINDOWS-1252 characters. You should complain to the senders and they should fill a bug report with their software vendor. -- __Pascal Bourguignon__ http://www.informatimago.com/ HEALTH WARNING: Care should be taken when lifting this product, since its mass, and thus its weight, is dependent on its velocity relative to the user. _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
