From 6387d820bb75767fe35576628f0412a23b199772 Mon Sep 17 00:00:00 2001
From: JediKev <kevin@enhancesoft.com>
Date: Fri, 29 Mar 2019 10:01:57 -0500
Subject: [PATCH] oops: Emojis Strip Korean

This addresses an issue where Korean text is stripped from the body. This is
due to the strip_emoticons function, as Korean text is in the same unicode
range as some of the emojis.
---
 include/class.format.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/class.format.php b/include/class.format.php
index 61d28b66a..c584b09d2 100644
--- a/include/class.format.php
+++ b/include/class.format.php
@@ -440,7 +440,6 @@ class Format {
                 '/[\x{1F6D0}-\x{1F6D2}]/u', # Sign/P.O.W./Cart
                 '/[\x{1F500}-\x{1F5FF}]/u', # Uncategorized
                 '/[\x{1F300}-\x{1F3FF}]/u', # Cyclone/Amphora
-                '/[\x{24C2}-\x{1F251}]/u',  # Enclosed
                 '/[\x{2702}-\x{27B0}]/u',   # Dingbats
                 '/[\x{00A9}-\x{00AE}]/u',   # Copyright/Registered
                 '/[\x{23F0}-\x{23FF}]/u',   # Clock/Buttons
-- 
GitLab