textsearch-ja - textsearch-ja: 8.3.alpha-2 : Text normalization is

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: textsearch-ja - textsearch-ja: 8.3.alpha-2 : Text normalization is
Date: 2007-11-26 07:59:07
Message-ID: 20071126075908.029A717ADCC1@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
8.3.alpha-2 : Text normalization is added.
- Convert full-width alphabets and digits to half-width.
- Convert half-width KATAKANA to full-width.

Modified Files:
--------------
textsearch-ja:
Makefile (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/Makefile.diff?r1=1.1&r2=1.2)
README.textsearch_ja (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/README.textsearch_ja.diff?r1=1.1&r2=1.2)
textsearch_ja.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/textsearch_ja.c.diff?r1=1.1&r2=1.2)
textsearch_ja.sql.in (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/textsearch_ja.sql.in.diff?r1=1.1&r2=1.2)
uninstall_textsearch_ja.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/uninstall_textsearch_ja.sql.diff?r1=1.1&r2=1.2)

Added Files:
-----------
textsearch-ja:
TODO.txt (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/TODO.txt?rev=1.1&content-type=text/x-cvsweb-markup)
encoding_eucjp.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/encoding_eucjp.c?rev=1.1&content-type=text/x-cvsweb-markup)
encoding_utf8.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/encoding_utf8.c?rev=1.1&content-type=text/x-cvsweb-markup)
textsearch_ja.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/textsearch_ja.h?rev=1.1&content-type=text/x-cvsweb-markup)
textsearch-ja/test:
expected.txt (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/test/expected.txt?rev=1.1&content-type=text/x-cvsweb-markup)
input.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/test/input.sql?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2007-11-26 10:45:52 pgbouncer - pgbouncer: allow strcmp() and memcpy() be macros
Previous Message User Itagaki 2007-11-26 07:57:23 textsearch-ja - textsearch-ja: New Directory