Live blogging from SymfonyLive London 2019
This commit is contained in:
parent
27eb7d3a05
commit
38cfe21894
|
@ -591,3 +591,16 @@ It depends. Fine for a 'modest' size. Use a real proxy for larger scale apps, us
|
||||||
* Grapheme clusters - multiple characters, but one letter as you write it (separate characters for letters and accent)
|
* Grapheme clusters - multiple characters, but one letter as you write it (separate characters for letters and accent)
|
||||||
* Emjois - combining characters. e.g. Combine face with colour. Different codes and character names. Also applies to ligatures. A way to combine several images together into one single visual representation.
|
* Emjois - combining characters. e.g. Combine face with colour. Different codes and character names. Also applies to ligatures. A way to combine several images together into one single visual representation.
|
||||||
*
|
*
|
||||||
|
### unicode fundamentals
|
||||||
|
|
||||||
|
uppercase lowercase folding
|
||||||
|
compositions, ligatures
|
||||||
|
comparistions - nromalisations and collations
|
||||||
|
segmentation: characters, wods sendtenances and hyphens
|
||||||
|
locales: cultural conventions, translitterations
|
||||||
|
identifiers & security, confusables
|
||||||
|
display: direction, width
|
||||||
|
|
||||||
|
### unicode in practive
|
||||||
|
|
||||||
|
- MySQL - `utf*_*`. `SET NAMES utf8mb4` for security and storing emojis
|
||||||
|
|
Loading…
Reference in a new issue