Difference between revisions of "UTF-8"

From wikieduonline
Jump to navigation Jump to search
 
Line 16: Line 16:
 
   [[LC_COLLATE]] = 'en_US.UTF-8'
 
   [[LC_COLLATE]] = 'en_US.UTF-8'
 
   [[LC_CTYPE]] = 'en_US.UTF-8';
 
   [[LC_CTYPE]] = 'en_US.UTF-8';
 +
 +
[[SHOW SERVER ENCODING]]
  
 
<code>[[\list]]</code>
 
<code>[[\list]]</code>

Latest revision as of 14:23, 14 December 2022

wikipedia:UTF-8 variable-width character encoding.

curl -I https://google.com
.../...
content-type: text/html; charset=UTF-8
.../...


PostgreSQL[edit]

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

\list

Related[edit]

See also[edit]

Advertising: