From 7d1abdfd1dc1a28b4fce0c803b4aea57d7f41355 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 4 Jan 2017 15:34:40 +0100 Subject: [PATCH] Kill the emoji so Latex builds again Signed-off-by: Joas Schilling --- admin_manual/maintenance/mysql_4byte_support.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/maintenance/mysql_4byte_support.rst b/admin_manual/maintenance/mysql_4byte_support.rst index e59a6fa8f..04e1ff075 100644 --- a/admin_manual/maintenance/mysql_4byte_support.rst +++ b/admin_manual/maintenance/mysql_4byte_support.rst @@ -4,7 +4,7 @@ Enabling MySQL 4-byte support .. note:: This feature is currently **experimental**. -In order to use Emojis on your Nextcloud server with a MySQL database, the +In order to use Emojis (textbased smilies) on your Nextcloud server with a MySQL database, the installation needs to be tweaked a bit. 1. Update your Nextcloud server to Nextcloud 11 or later. @@ -28,7 +28,7 @@ installation needs to be tweaked a bit. $ sudo -u www-data occ maintenance:repair -Now you should be able to use emojis like ``🎉`` in your file names, calendar events, comments and many more. +Now you should be able to use Emojis in your file names, calendar events, comments and many more. MariaDB support ===============