-
Couldn't load subscription status.
- Fork 747
Closed
Labels
S-minorseverity: minorseverity: minorT-bugtype: a bugtype: a bugX-importedimported from Bitbucketimported from Bitbucket
Description
(Original issue 1271 created by dereckson on 2016-07-29T00:20:08.320023+00:00)
As a sample, here the instructions for Etherpad encoding:
#!mysql
ALTER DATABASE `etherpad` CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
ALTER TABLE `etherpad.store` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
Expected behavior: CHARACTER SET and CONVERT TO CHARACTER SET receive the same highlighting
Actual behavior: CHARACTER received the class k, SET the class kt
Metadata
Metadata
Assignees
Labels
S-minorseverity: minorseverity: minorT-bugtype: a bugtype: a bugX-importedimported from Bitbucketimported from Bitbucket