textsearch-ja - textsearch-ja: 8.3.alpha-2 : Text normalization is - Mailing list pgsql-committers

From itagaki@pgfoundry.org (User Itagaki)
Subject textsearch-ja - textsearch-ja: 8.3.alpha-2 : Text normalization is
Date
Msg-id 20071126075908.029A717ADCC1@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: textsearch-ja - textsearch-ja: New Directory
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: allow strcmp() and memcpy() be macros