all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#40502: 28.0.50; Hangul Jamo conjoining characters are not composed
@ 2020-04-08  9:28 Robert Pluim
  2020-04-08  9:55 ` Eli Zaretskii
  2020-04-08 10:00 ` Robert Pluim
  0 siblings, 2 replies; 7+ messages in thread
From: Robert Pluim @ 2020-04-08  9:28 UTC (permalink / raw)
  To: 40502


According to Unicode 13 Chapter 18.6, Hangul Jamo characters should be
composed into the corresponding pre-composed Hangul characters. Iʼm
not seeing this, e.g

하 (U+1112 U+1161) should be displayed as 하 (U+D558), but is shown as
two separate glyphs (all using Apple SD Gothic Neo)

(set-char-table-range composition-function-table
                      #x1112
                      (list (vector "..")
                            0
                            'compose-gstring-for-graphic))

does not help.

This is:

In GNU Emacs 28.0.50 (build 127, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G4032))
 of 2020-04-02 built on rpluim-mac

although I see the same in a Cairo+HarfBuzz build on GNU/Linux.






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-04-08 13:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-08  9:28 bug#40502: 28.0.50; Hangul Jamo conjoining characters are not composed Robert Pluim
2020-04-08  9:55 ` Eli Zaretskii
2020-04-08 10:11   ` Robert Pluim
2020-04-08 11:18     ` Eli Zaretskii
2020-04-08 12:11       ` Robert Pluim
2020-04-08 13:51         ` Eli Zaretskii
2020-04-08 10:00 ` Robert Pluim

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.