summarylogtreecommitdiffstats
path: root/fullwidth-emoji.patch
diff options
context:
space:
mode:
authorRay Song2016-04-18 09:35:40 +0800
committerRay Song2016-04-18 09:35:40 +0800
commit59143402066b299aedf36b42e33c5760a9252731 (patch)
tree6947a4f7dbad19eb154c8367aab689a29ed16f79 /fullwidth-emoji.patch
parent6740d2e8d9e30fe9c3aac777bed87a473c50720a (diff)
downloadaur-59143402066b299aedf36b42e33c5760a9252731.tar.gz
revert 2500
Diffstat (limited to 'fullwidth-emoji.patch')
-rw-r--r--fullwidth-emoji.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/fullwidth-emoji.patch b/fullwidth-emoji.patch
index c6bdad622360..ba6ce297fad5 100644
--- a/fullwidth-emoji.patch
+++ b/fullwidth-emoji.patch
@@ -4,7 +4,7 @@
return 0;
if (G_UNLIKELY (g_unichar_iswide (c)))
return 2;
-+ if (G_UNLIKELY(0x2000 <= c && c < 0x27c0 || // General Punctuation ... Dingbats
++ if (G_UNLIKELY(0x25a0 <= c && c < 0x27c0 || // Geometric Shapes, Miscellaneous Symbols, Dingbats
+ 0x2b00 <= c && c < 0x2c00 || // Miscellaneous Symbols and Arrows
+ 0x1f300 <= c && c < 0x20000 || // Miscellaneous Symbols and Pictographs ... Supplemental Symbols and Pictographs
+ 0))