Re: Filtering dictionaries support and unaccent dictionary - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Filtering dictionaries support and unaccent dictionary
Date
Msg-id 200908111131.30725.peter_e@gmx.net
Whole thread Raw
In response to Re: Filtering dictionaries support and unaccent dictionary  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Responses Re: Filtering dictionaries support and unaccent dictionary  (Robert Haas <robertmhaas@gmail.com>)
Re: Filtering dictionaries support and unaccent dictionary  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers
On Tuesday 11 August 2009 08:28:24 Jaime Casanova wrote:
> try to build the docs to see how to properly test this and seems like
> you have to teach contrib.sgml and bookindex.sgml about
> dict-unaccent... and when i did that i got this:
>
> """
> openjade  -wall -wno-unused-param -wno-empty -wfully-tagged -D . -c
> /usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d
> stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml
> openjade:dict-unaccent.sgml:48:1:E: non SGML character number 128
> openjade:dict-unaccent.sgml:49:1:E: non SGML character number 129
> openjade:dict-unaccent.sgml:50:1:E: non SGML character number 130
> openjade:dict-unaccent.sgml:51:1:E: non SGML character number 131
> openjade:dict-unaccent.sgml:52:1:E: non SGML character number 132
> openjade:dict-unaccent.sgml:53:1:E: non SGML character number 133
> openjade:dict-unaccent.sgml:54:1:E: non SGML character number 134
> openjade:dict-unaccent.sgml:116:4:E: element "B" undefined
> make: *** [HTML.index] Error 1
> make: *** Se borra el archivo `HTML.index'
> """

You should escape the special characters as well as the <b> that appears as 
part of the example output using character entitities (& etc.).


pgsql-hackers by date:

Previous
From: Brendan Jurd
Date:
Subject: Re: WIP: to_char, support for EEEE format
Next
From: Peter Eisentraut
Date:
Subject: "Hot standby"?