Difference between revisions of "UTF-8"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
  
 
+
* <code>export [[LANG]]=[[en_US]].[[UTF-8]]</code>
  
  
Line 15: Line 15:
 
  [[ssh -vvv]]
 
  [[ssh -vvv]]
  
 
+
[[LANG]]
+
== See also ===
 +
* {{export}}
 +
* [[LANG]]
  
 
[[Category:Linux]]
 
[[Category:Linux]]
 
[[Category:Encoding]]
 
[[Category:Encoding]]

Revision as of 12:09, 8 October 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
ssh -vvv


See also =

Advertising: