Difference between revisions of "UTF-8"

From wikieduonline
Jump to navigation Jump to search
Line 26: Line 26:
 
* {{export}}
 
* {{export}}
 
* {{LANG}}
 
* {{LANG}}
 +
* {{Charset}}
  
 
[[Category:Linux]]
 
[[Category:Linux]]
 
[[Category:Encoding]]
 
[[Category:Encoding]]

Revision as of 10:34, 7 October 2022

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

ssh -vvv


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

Related

See also

Advertising: