问问题
610 次
1 回答
6
You want UnicodeFontMapping.tr (affects appearance) rather than UnicodeCharacters.tr (affects interpretation). Make a backup copy of UnicodeFontMapping.tr and edit the line:
0xF3C8 N 6 0xad # \[Conjugate]
to something like (using whatever replacement glyph you want):
0xF3C8 N 1 0x2a # *
于 2011-03-08T15:39:28.287 回答