all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Robert Pluim <rpluim@gmail.com>
Cc: 40502@debbugs.gnu.org
Subject: bug#40502: 28.0.50; Hangul Jamo conjoining characters are not composed
Date: Wed, 08 Apr 2020 12:55:19 +0300	[thread overview]
Message-ID: <83pncipaig.fsf@gnu.org> (raw)
In-Reply-To: <m25zeatjgm.fsf@gmail.com> (message from Robert Pluim on Wed, 08 Apr 2020 11:28:25 +0200)

> From: Robert Pluim <rpluim@gmail.com>
> Date: Wed, 08 Apr 2020 11:28:25 +0200
> 
> 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)

I hope I've just fixed that on the master branch, please take a look.

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

The call is incorrect: 'vector' should include both 0 and the function
symbol.

Thanks.





  reply	other threads:[~2020-04-08  9:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83pncipaig.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=40502@debbugs.gnu.org \
    --cc=rpluim@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.