projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d695cac
)
Revert "Treat HAMZA ABOVE similar to SHADD for sorting purposes"
author
Behdad Esfahbod
<behdad@behdad.org>
Wed, 4 Oct 2017 11:06:51 +0000
(13:06 +0200)
committer
Behdad Esfahbod
<behdad@behdad.org>
Wed, 4 Oct 2017 11:06:51 +0000
(13:06 +0200)
This reverts commit
5a330575768f5a213072230b9ec8faabac9c5737
.
Proper fix coming soon.
src/hb-unicode-private.hh
patch
|
blob
|
history
diff --git
a/src/hb-unicode-private.hh
b/src/hb-unicode-private.hh
index cd6c67c872f00b1d0e4e4025161d94c6ad9aa858..eaa12d8f714a3c410a526e740d26bed97878838b 100644
(file)
--- a/
src/hb-unicode-private.hh
+++ b/
src/hb-unicode-private.hh
@@
-105,10
+105,6
@@
HB_UNICODE_FUNCS_IMPLEMENT_CALLBACKS_SIMPLE
inline unsigned int
modified_combining_class (hb_codepoint_t unicode)
{
- /* XXX This hack belongs to the Arabic shaper:
- * Put HAMZA ABOVE in the same class as SHADDA. */
- if (unlikely (unicode == 0x0654u)) unicode = 0x0651u;
-
/* XXX This hack belongs to the Myanmar shaper. */
if (unlikely (unicode == 0x1037u)) unicode = 0x103Au;