Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]html post method && content-encoding
- To: TLUG <tlug@example.com>
- Subject: html post method && content-encoding
- From: Tobias Diedrich <ranma@example.com>
- Date: Wed, 20 Jun 2001 17:46:45 +0200
- Content-Disposition: inline
- Content-Type: text/plain; charset=us-ascii
- Mail-Followup-To: Tobias Diedrich <ranma@example.com>,TLUG <tlug@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <4q4XrB.A.r4B.tVMM7@example.com>
- Resent-Sender: tlug-request@example.com
- User-Agent: Mutt/1.3.12i
Hi, I'm currently hacking phpbb (www.phpbb.com) a bit to suit my needs. Now I have the following problem: Because I want my users to be able to post messages containing both japanese and european characters, I'm using utf-8 as encoding for displaying the pages and for data stored in the mysql database. That works fine. The real problem is posting messages. I could not find a way to determine which encoding the browser is using in the posted form data. Netscape seems to use the page encoding, which is works fine. But opera and links for example are using iso-8859-1, which doesn't work well when displayed as utf-8 (Umlauts don't work). I captured the traffic with tcpdump and it looks like the browser sends a header with "Content-Type application/x-www-form-urlencoded", which does not say anything about the character set used... Is this a problem with the HTTP specification or a Browser-Problem ? IMHO it would be logical to post the form-results in the same encoding the html-page is using, which netscape seems to do. -- Tobias nya~ni ?
- Follow-Ups:
- Re: html post method && content-encoding
- From: Yamagata Hiroo <hiyori13@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: NIC problem
- Next by Date: Re: html post method && content-encoding
- Prev by thread: junkbuster and Freebsd
- Next by thread: Re: html post method && content-encoding
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links