GNU bug report logs - #40502
28.0.50; Hangul Jamo conjoining characters are not composed

Previous Next

Package: emacs;

Reported by: Robert Pluim <rpluim <at> gmail.com>

Date: Wed, 8 Apr 2020 09:29:02 UTC

Severity: normal

Found in version 28.0.50

Fixed in version 28.1

Done: Robert Pluim <rpluim <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Robert Pluim <rpluim <at> gmail.com>
Cc: 40502 <at> 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
> From: Robert Pluim <rpluim <at> 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.




This bug report was last modified 5 years and 45 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.