On Fri, 27 Sep 2002, Joel Mawhorter wrote: > Are there any encodings that we currently use besides UTF-8 (given that UTF-8 > is a superset of ISO-8859-1)?
We use Codepage 1252, which is really the default whenever Encoding=UTF-8 is not specified. Unicode is a superset of ISO-8859-1, but UTF-8 isn't technically. And Codepage 1252 is a superset of ISO-8859-1 I believe. There are only a handful of differeces between them at least. --Chris