Skip to content

Commit e3c2fb6

Browse files
Darien Hagerweaverryan
Darien Hager
authored andcommitted
Indenting caution block to nest it inside the sidebar
1 parent 6406f22 commit e3c2fb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/doctrine.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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``):

0 commit comments

Comments
 (0)