Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.6.20, 11.4.4
-
None
Description
JSON_UNQUOTE returns "?" when it's called with an emoji
For example, "😊" is encoded as "\\ud83d
ude0a":
SELECT JSON_UNQUOTE('"\\ud83d\\ude0a"'); |
?
|
I believe this is a bug? JSON_UNQUOTE should return the emoji, not a question mark.
Attachments
Issue Links
- duplicates
-
MDEV-21124 JSON_UNQUOTE fails to process surrogate pairs
-
- Confirmed
-
- is duplicated by
-
MDEV-35496 JSON_UNQUOTE produces utf8mb3 output while JSON can be utf8mb4
-
- Closed
-
rucha174, please, confirm, did you approve all 6 commits in this PR or just the fix for
MDEV-35614?