From: Jed on
You're a rock star Anthony! I assumed that the Response.Codepage only
affected the Response stream, but the fact that it also determines how the
Request items are read is good to know.

I run into encoding problems with XML too. One of these days I am going to
figure this out.

Thanks again.

"Anthony Jones" wrote:

> Yes. When receiving a Form post from a UTF-8 page make sure your
> Response.Codepage is set to 65001 before you attempt to read any form
> fields.