Unicode - Offirmo-team/wiki GitHub Wiki
Voir aussi i18n, javascript, emojis...
Introduction
Débat:
- https://queue.acm.org/detail.cfm?id=1871406 "Why keep trying to cram an expressive syntax into the straitjacket of the 95 glyphs of ASCII when Unicode has been the new black for most of the past decade?"
- https://devlog.hexops.com/2021/unicode-sorting-why-browsers-added-special-emoji-matching
Sécurité
Utilisation
nettoyage
https://github.com/felixge/node-unicode-sanitize/blob/master/index.js
Normalisation
JS
http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.normalize
str.normalize('NFC')
Outils
Divers
http://blog.nodejs.org/2014/06/16/openssl-and-breaking-utf-8-change/