Difference between revisions of "Encoding"

From wikieduonline
Jump to navigation Jump to search
(Created page with " * Manchester Encoding")
 
Tags: Mobile web edit, Mobile edit
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
[[wikipedia:Encoding]]
  
 +
* [[Manchester encoding]]
  
* [[Manchester Encoding]]
+
 
 +
* [[UTF8]]
 +
* [[Base64]]
 +
 
 +
[[CREATE DATABASE]] "yournewdbname"
 +
  WITH OWNER "postgres"
 +
  ENCODING '[[UTF8]]'
 +
  [[LC_COLLATE]] = 'en_US.UTF-8'
 +
  [[LC_CTYPE]] = 'en_US.UTF-8';
 +
 
 +
 
 +
== Related ==
 +
* <code>[[create database]], [[SHOW SERVER ENCODING]]</code>
 +
 
 +
{{Encoding}}
 +
 
 +
[[Category:Enconding]]

Latest revision as of 07:05, 22 February 2024

wikipedia:Encoding


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


Related[edit]

Encoding, Base64, Base58, Base58Check encoding

Advertising: