Groonga plugin to show default_encoding.
$ git clone git@github.com:[USERNAME]/groonga-plugin-default_encoding.git
$ cd groonga-plugin-default_encoding
$ ./autogen.shGroonga is installed in /usr/local:
$ ./configure
$ makeGroonga is installed in other directory (e.g.: /tmp/local):
$ ./configure --prefix=/tmp/local
$ makeUsing grntest.
$ test/run-test.shFor system directory (e.g.: /usr/local):
$ sudo make installFor user directory (e.g.: /tmp/local):
$ make install> plugin_register default_encoding/default_encoding
> defualt_encoding
$ vi test/suite/new_test.test
$ test/run-test.sh
$ cat test/suite/new_test.actual # Confirm result
$ mv test/suite/new_test.{actual,expected} # Rename confirmed test