Jeff Weisberg on Fri, 20 Sep 2002 11:22:26 -0400 |
| It is too ASCII, it's just 8-bit clean ASCII. you are apparently using a definition of ASCII different than the canonical one. ASCII - a 7 bit character set defined by ANSI standard x3.4, and later the ISO standard 646. an 8 bit character set is necessarily not ASCII. but most likely some form of "ASCII + extensions", where "extensions" may be either proprietary (such as MS-DOS codepages) or standardized (such as ISO-8859). see also: ASCII - http://czyborra.com/charsets/iso646.html ISO 8859 - http://czyborra.com/charsets/iso8859.html Unicode - http://czyborra.com/unicode/standard.html --jeff _________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|