Open delsborg opened 5 years ago
@delsborg : Would you be interested in putting forward a pull-request?
Hi Andrew, see the utf8mb4 branch. Also, it still doesn't work for uploads. See email I sent to tech group. This docker image does help to recreate the problem in a manner that anybody can reproduce :)
@delsborg I added this into my PR for you if you didn't see:
CREATE DATABASE vitrodb CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
The mysql-init.sql file creates the database with: CREATE DATABASE vitrodb CHARACTER SET utf8;
This does not allow extended unicode to be uploaded. Researching this issue it looks like the DB should be created with utf8mb4.
I've attached the rdf that I tried to update via siteAdmin testNode.txt