Wrong handling of a MUFI character

Issue #4 new
jsbien repo owner created an issue

The MUFI base character name is skipped in the output for the enclosed file:

unihistext -c -n -S TextelNames.txt  -i MUFI1.txt 
  25.000        1                 0x000020          SPACE
  25.000        1                 0x00000A          LINE FEED (LF)
  25.000        1                 0x00E8BF         LATIN SMALL LETTER Q LIGATED WITH FINAL ET [MUFI]
  25.000        1        0x00E8BF 0x000300      ̀  COMBINING GRAVE ACCENT

The ultimate solution is described in issue #5, but a quick fix of the very problem should be possible.

Comments (1)

  1. Log in to comment