Difference between revisions of "UTF-8"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | [[wikipedia:UTF-8]] | + | [[wikipedia:UTF-8]] variable-width [[character encoding]]. |
* <code>export [[LANG]]=[[en_US]].[[UTF-8]]</code> | * <code>export [[LANG]]=[[en_US]].[[UTF-8]]</code> |
Revision as of 10:38, 7 October 2022
wikipedia:UTF-8 variable-width character encoding.
curl -I https://google.com .../... content-type: text/html; charset=UTF-8 .../...
PostgreSQL
CREATE DATABASE "scratch" WITH OWNER "postgres" ENCODING 'UTF8' LC_COLLATE = 'en_US.UTF-8' LC_CTYPE = 'en_US.UTF-8';
Related
See also
Advertising: