Live blogging from SymfonyLive London 2019
This commit is contained in:
parent
75e76c1c4f
commit
959bd27569
|
@ -589,3 +589,4 @@ It depends. Fine for a 'modest' size. Use a real proxy for larger scale apps, us
|
||||||
* Single number in unicode to represent accents. Combining characters.
|
* Single number in unicode to represent accents. Combining characters.
|
||||||
* Composed (NFC) and decomposed (NFD) forms - normalisation for comparison
|
* Composed (NFC) and decomposed (NFD) forms - normalisation for comparison
|
||||||
* 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.
|
||||||
|
|
Loading…
Reference in a new issue