@pskosinski@quitter.no Regarding your #Unicode problems in !gnusocial at https://quitter.no/notice/271149
We have actually, in the current nightly branch, made the necessary changes to support UTF-8 properly. The problem is #MySQL encoding support ("utf8" != UTF-8) and limited indexing lengths in #InnoDB (making 191 characters the most when using 4 byte unicode characters).
If one wants to support proper UTF-8 in #MySQL the tables and columns need to be defined as #utf8mb4 instead of #utf8. And #Vinilox hasn't upgraded yet :D