]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove one more FIXME
authorKhaled Hosny <khaledhosny@eglug.org>
Mon, 24 Dec 2018 01:12:26 +0000 (03:12 +0200)
committerKhaled Hosny <khaledhosny@eglug.org>
Mon, 24 Dec 2018 01:12:26 +0000 (03:12 +0200)
src/ftfont.c

index 2faaf0b01a2b25670f71a939b6d6c72c5d70ab54..7498b775654059ebe899d8bd7dc1d9937f751a0b 100644 (file)
@@ -2781,8 +2781,8 @@ get_hb_unicode_funcs (void)
   hb_unicode_funcs_set_general_category_func (funcs, uni_general, NULL, NULL);
   hb_unicode_funcs_set_mirroring_func (funcs, uni_mirroring, NULL, NULL);
 
-  /* FIXME: I don't know how to get Unicode character composition and
-   * decomposition from Emacs.
+  /* Use default implmentation for Unicode composition/decomposition, we might
+   * want to revisit this later.
   hb_unicode_funcs_set_compose_func (funcs, uni_compose, NULL, NULL);
   hb_unicode_funcs_set_decompose_func (funcs, uni_decompose, NULL, NULL);
   */