Index: initdb.c
===================================================================
RCS file: /projects/cvsroot/pgsql/src/bin/initdb/initdb.c,v
retrieving revision 1.79
diff -d -c -r1.79 initdb.c
*** initdb.c	14 Mar 2005 18:31:23 -0000	1.79
--- initdb.c	11 Apr 2005 23:12:25 -0000
***************
*** 721,726 ****
--- 721,727 ----
  	{PG_JOHAB, "???"},
  #endif
  
+ 	{PG_UTF8, "UTF-8"},
  	{PG_UTF8, "UTF8"},
  	{PG_UTF8, "utf8"},
  
