pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2018-06-12
2018-06-12 10:21:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>
46e73243aef7eba83f0e93794d7962d5bb4a2881 (
13
lines) (+
13
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Added note about UTF8 and Mysql.
1:
Changes since Pike 8.0.610 (release 12)
+
New Features
+
------------
+
+
o Sql.mysql
+
+
In unicode decode mode, characters outside the BMP are now
+
encoded as UTF-8 encoded UTF-16. This works around that
+
MySQL/MariaDB don't allow characters outside the BMP in utf8
+
strings (and instead require the character set to be declared
+
as utf8mb4, which has quite a few side effects).
+
+
Bug fixes ---------