summarylogtreecommitdiffstats
path: root/fullwidth-emoji.patch
diff options
context:
space:
mode:
authorRay Song2016-04-17 11:46:05 +0800
committerRay Song2016-04-17 11:46:05 +0800
commit6740d2e8d9e30fe9c3aac777bed87a473c50720a (patch)
tree7245f3e4098f3bc2dbd6c7a5e378bc9590a5bc57 /fullwidth-emoji.patch
parent5a3945c110a5bc7e589ca1f4a4e0d6395fe055da (diff)
downloadaur-6740d2e8d9e30fe9c3aac777bed87a473c50720a.tar.gz
for telnet bbs
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 ba6ce297fad5..c6bdad622360 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(0x25a0 <= c && c < 0x27c0 || // Geometric Shapes, Miscellaneous Symbols, Dingbats
++ if (G_UNLIKELY(0x2000 <= c && c < 0x27c0 || // General Punctuation ... Dingbats
+ 0x2b00 <= c && c < 0x2c00 || // Miscellaneous Symbols and Arrows
+ 0x1f300 <= c && c < 0x20000 || // Miscellaneous Symbols and Pictographs ... Supplemental Symbols and Pictographs
+ 0))