Live blogging from SymfonyLive London 2019
This commit is contained in:
parent
c300c83248
commit
27eb7d3a05
|
@ -589,5 +589,5 @@ 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. Different codes and character names. Also applies to ligatures.
|
* 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.
|
||||||
*
|
*
|
||||||
|
|
Reference in a new issue