Difference between revisions of "UTF-8"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 7: Line 7:
 
  CREATE DATABASE "scratch"
 
  CREATE DATABASE "scratch"
 
   WITH OWNER "postgres"
 
   WITH OWNER "postgres"
   ENCODING 'UTF8'
+
   [[ENCODING]] 'UTF8'
 
   LC_COLLATE = 'en_US.UTF-8'
 
   LC_COLLATE = 'en_US.UTF-8'
 
   LC_CTYPE = 'en_US.UTF-8';
 
   LC_CTYPE = 'en_US.UTF-8';

Revision as of 08:51, 9 September 2021

This article is a Draft. Help us to complete it.



PostgreSQL:

CREATE DATABASE "scratch"
 WITH OWNER "postgres"
 ENCODING 'UTF8'
 LC_COLLATE = 'en_US.UTF-8'
 LC_CTYPE = 'en_US.UTF-8';
\list

Advertising: