Hi,
Wie passt das zusammen.
UTF-8 benötigt doch eigentlich vier Bytes pro Zeichen:
http://de.wikipedia.org/wiki/UTF-8
*Bis zu* vier. Für viele Zeichen sind es aber weniger.
Spielt MySQL hier Statistik-Roulette?
Nein. Lange Zeit hat MySQL UTF-8 gar nicht voll unterstützt, sondern nur Zeichen bis zu drei Byte Länge erlaubt.
Seit 5.5.3 gibt es das Encoding utf8mb4 – und das bietet dann endlich vollen UTF-8-Support
https://mathiasbynens.be/notes/mysql-utf8mb4
MfG ChrisB
--
Autocomplete has spoiled me to a point where it happens every so often that I encounter a CAPTCHA, and I just type in the first character … and then wait for the rest of the code to be automatically suggested :/
Autocomplete has spoiled me to a point where it happens every so often that I encounter a CAPTCHA, and I just type in the first character … and then wait for the rest of the code to be automatically suggested :/