svz wrote: > when the aforementioned webpage posts the form to a cgi binary, in my > cgi binary i check the environment variable "HTTP_ACCEPT_CHARSET" and it > does NOT include "utf-32be"... Accept-Charset comes from the browser. You don't set it, you respond to it in the server (including CGI scripts). You can't just go making up charsets and assuming the browser will support them. -- Nick Kew --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx