File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,11 @@ for you:
135135 as agnostic as possible in terms of environment configuration. One way to solve
136136 this problem is to configure server-level defaults.
137137
138- .. caution ::
138+ .. caution ::
139139
140- If you are using MySQL, its `utf8 ` character set has some shortcomings
141- which may cause problems. Prefer the ` utf8mb4 ` character set instead, if
142- your version supports it.
140+ If you are using MySQL, its `utf8 ` character set actually only supports
141+ a portion of valid UTF-8 data that you may encounter. Instead, try to
142+ use the newer ` utf8mb4 ` if your system supports it.
143143
144144 Setting UTF8 defaults for MySQL is as simple as adding a few lines to
145145 your configuration file (typically ``my.cnf ``):
You can’t perform that action at this time.
0 commit comments