MUFI combining sequences not recognized

Issue #5 new
jsbien repo owner created an issue

Looks like the program is missing the relevant information.

The properties of PUA and MUFI characters should be provided in the syntax of UnicodeData.txt, and the logic of program should be extended to consult this additional file when needed.

#!

unihistext -c -n -S TextelNames.txt  -i MUFI2.txt 
  33.333        4        0x000020       SPACE
  16.667        2        0x00F00B      COMBINING MEDIUM-HIGH MACRON WITH FIXED HEIGHT (PART-WIDTH) [MUFI]
  16.667        2        0x00000A       LINE FEED (LF)
  16.667        2        0x00F00D      COMBINING MEDIUM-HIGH OVERLINE WITH FIXED HEIGHT (FULL-WIDTH) [MUFI]
   8.333        1        0x000065   e   LATIN SMALL LETTER E
   8.333        1        0x000069   i   LATIN SMALL LETTER I

Comments (1)

  1. Log in to comment