Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 17:02:34 +01:00
parent 39fac7aa2b
commit 75e76c1c4f

View file

@ -588,4 +588,4 @@ It depends. Fine for a 'modest' size. Use a real proxy for larger scale apps, us
* Collations - ordering is depends on the language. 'ch' in Spanish is a single character.
* Single number in unicode to represent accents. Combining characters.
* Composed (NFC) and decomposed (NFD) forms - normalisation for comparison
* Grapheme cluster - 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)