tsearch2 and english locale on Debian - english.0 english.1

Started by chrisjalmost 19 years ago2 messagesgeneral
Jump to latest
#1chrisj
chrisj.wood@sympatico.ca

Hi, the tsearch2 intro has instructions for creating a US_en locale, here is
a snippet:

.. it can be created from the /languages/english directory with the
following command:

sort -u -t/ +0f -1 +0 -T /usr/tmp -o english.med english.0 english.1

The problem is that the files english.0 and english.1 do not exist on my
Debian system:

cwlap1:/# find . -name english.* -print
./usr/share/emacs/21.4/lisp/language/english.elc
./usr/share/apps/ktouch/english.ktouch.xml
./usr/share/postgresql/8.2/contrib/english.stop
./usr/lib/ImageMagick-6.2.4/config/english.xml

Can anyone suggest where I can download these files from? I found two
sources for english.0 but they were quite different. Could not find
english.1

--
View this message in context: http://www.nabble.com/tsearch2-and-english-locale-on-Debian---english.0-english.1-tf3663477.html#a10236476
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

#2chrisj
chrisj.wood@sympatico.ca
In reply to: chrisj (#1)
Re: tsearch2 and english locale on Debian - english.0 english.1

found it at : http://ftp.gnu.mirrors.hoobly.com/gnu/non-gnu/ispell/

chrisj wrote:

Hi, the tsearch2 intro has instructions for creating a US_en locale, here
is a snippet:

.. it can be created from the /languages/english directory with the
following command:

sort -u -t/ +0f -1 +0 -T /usr/tmp -o english.med english.0
english.1

The problem is that the files english.0 and english.1 do not exist on my
Debian system:

cwlap1:/# find . -name english.* -print
./usr/share/emacs/21.4/lisp/language/english.elc
./usr/share/apps/ktouch/english.ktouch.xml
./usr/share/postgresql/8.2/contrib/english.stop
./usr/lib/ImageMagick-6.2.4/config/english.xml

Can anyone suggest where I can download these files from? I found two
sources for english.0 but they were quite different. Could not find
english.1

--
View this message in context: http://www.nabble.com/tsearch2-and-english-locale-on-Debian---english.0-english.1-tf3663477.html#a10246135
Sent from the PostgreSQL - general mailing list archive at Nabble.com.