Commit 9d309c2
committed
feature #5100 Change MySQL UTF-8 examples to use utf8mb4 (DHager, Darien Hager)
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #5100).
Discussion
----------
Change MySQL UTF-8 examples to use utf8mb4
You might think MySQL's `utf8` is the right choice, but it's actually got some problems handling certain character inputs. The later, corrected mode of `utf8mb4` has fewer surprises.
Commits
-------
7d7d94e Rewrite utf8mb4 cautions, add comment into sample configuration
55874c4 Add backticks for code-styling
e3c2fb6 Indenting caution block to nest it inside the sidebar
6406f22 Revert "Fix example name to avoid breaking collision with standard data-collectors"
dfc5620 Revert "Add a cautionary note telling users where the "standard" data-collector names can be found."
216ae51 Add a cautionary note telling users where the "standard" data-collector names can be found.
f0ced91 Fix example name to avoid breaking collision with standard data-collectors
f9cae6c Change MySQL UTF-8 examples to use utf8mb4, which is closer to the standard most people would expect1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
146 | 151 | | |
147 | 152 | | |
148 | 153 | | |
| |||
1422 | 1427 | | |
1423 | 1428 | | |
1424 | 1429 | | |
| 1430 | + | |
0 commit comments