Parse only Unicode symbols in the current symset

This commit is contained in:
Ray Chason
2022-11-06 21:51:19 -05:00
committed by PatR
parent 0be8f85d2c
commit 5181c287d3
2 changed files with 16 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ to_custom_symset_entry_callback(int glyph, struct find_struct *findwhat)
(findwhat->color != 0L) ? findwhat->color : 0L);
#endif
add_custom_urep_entry(known_handling[H_UTF8], glyph,
uval, utf8str, findwhat->color, UNICODESET);
uval, utf8str, findwhat->color, g.symset_which_set);
}
}