[GRASS-user] How use Uni COde

Hi All,
        I want use Uni Code in GRASS Server for
storing in POstgres Database.How i use?

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

On Fri, Jul 07, 2006 at 01:23:38AM -0700, hemant moharir wrote:

Hi All,
        I want use Uni Code in GRASS Server for
storing in POstgres Database.How i use?

createdb --help
createdb creates a PostgreSQL database.

Usage:
  createdb [OPTION]... [DBNAME] [DESCRIPTION]

Options:
  -E, --encoding=ENCODING encoding for the database
...

Markus