Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 17:04:13 +01:00
parent 3a7782274d
commit c300c83248

View file

@ -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 * Emjois - combining characters. e.g. Combine face with colour. Different codes and character names. Also applies to ligatures.
* *