I'm getting an exception message (see below), when trying to change existing Phriction document content (100% english content, but in any case content should be saved) to this new one (see below).
Exception message:
```
Attempting to construct a query containing characters outside of the Unicode Basic Multilingual Plane. MySQL will silently truncate this data if it is inserted into a `utf8` column. Use the `%B` conversion to escape binary strings data.
```
Page Content:
```
# commit is created by a **developer** on a team
# commit is then audited by **auditor**
# if no suspicious code is found, then **auditor** approves commit
# if suspicious code is found, then **auditor** raises a concern (from commit page) and **developer** gets e-mail notification
# **developer** must take action **within a week** upon receiving such notification:
* ask **auditor** a question by replying to individual comment (in code or above file list)
* commit a fix and specify original commit (e.g. `[fixes: rESE7281] `) at the first line (along with task number) of his commit message
If there are multiple unresolved audits, then **developer** must process them by FILO logic (most recent audit get processed first).
== What is checked in audit ==
# matches coding standards
# performs task in most efficient way
# doesn't duplicate any existing code
# ...
P.S.
@alex audits all commits by default, but anyone can voluntarily audit a commit.
== Recommended E-mail Preferences ==
It's recommended to change e-mail preferences (http://qa.intechnic.com/settings/panel/emailpreferences/) to these:
{F93}
```
I've recently did `./bin/storage adjust` and some columns were converted to support UTF-8 emotions and maybe this is the cause.