| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Dave Page <dpage(at)pgadmin(dot)org> |
| Cc: | Daniel Migowski <dmigowski(at)ikoffice(dot)de>, pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #4198: The bugreport form has an encoding problem |
| Date: | 2008-06-05 21:05:23 |
| Message-ID: | 20080605210523.GQ16502@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Dave Page wrote:
> On Mon, May 26, 2008 at 10:01 AM, Daniel Migowski <dmigowski(at)ikoffice(dot)de> wrote:
> > Entered Umlauts aren't correctly received by your script responsible for the
> > form at:
> >
> > http://www.postgresql.org/support/submitbug
> >
> > This might be a problem for entering encoding related problems, which i
> > tried to do a few minutes ago.
> >
> > The Input I pasted had in fact nice umlauts displayed, but the response
> > email from you showed them as 2-char-ASCII representation of the UTF-8 char.
>
> Looks OK for me, but maybe Gmail is fixing it up.
It does have a problem, because the email sent does not contain a
charset header. It does look OK for me too -- as long as I use a UTF8
terminal. The fix is easy, just add this line to the message headers:
Content-Type: text/plain; charset=utf-8
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2008-06-05 23:04:01 | Re: BUG #4198: The bugreport form has an encoding problem |
| Previous Message | Alvaro Herrera | 2008-06-05 19:57:01 | Re: BUG #4212: Documentation re upgrading |