Re: Filtering dictionaries support and unaccent dictionary

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Subject: Re: Filtering dictionaries support and unaccent dictionary
Date: 2009-08-13 18:30:45
Message-ID: 200908132130.48114.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thursday 13 August 2009 18:07:51 Alvaro Herrera wrote:
> Oleg Bartunov wrote:
> > Peter,
> >
> > how to write accented characters in sgml ? Is't not allowed to write
> > them as is ?
>
> &aacute; for á, etc. You can't use characters that aren't in Latin-1 I
> think. Writing them literally is not allowed.

It's somehow possible, but it's not as straightforward as say with XML. And
you might get into a Latin-1 vs UTF-8 mixup. At least that's what I noticed
in my limited testing the other day.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2009-08-13 18:49:02 Re: Hot standby and synchronous replication status
Previous Message David Fetter 2009-08-13 18:25:51 Re: FDW-based dblink