NOTE: This site has just upgraded to Forester 5.x and is still having some style and functionality issues, we will fix them ASAP.

Investigate Collation in MySQL [uts-0070]

#### utensil opened issue at 2016-06-23 02:47:

See http://dev.mysql.com/doc/refman/5.7/en/charset-collation-effect.html .

``` bash
echo -n 德|iconv -f 'utf-8' -t 'GBK'|xxd -p
b5c2
echo -n 得|iconv -f 'utf-8' -t 'GBK'|xxd -p
b5c3
```