Description of problem:
TCSCConverter will convert the text "属于" into "屬" mistakenly.
Version:
I have tested this issue on Word 2016 and 2010, they both have the same result.
How reproducible:
Always
Steps to Reproduce:
1. Open the Word document and type the text "属于" in there.
2. Set up the TCSCConverter method:
- WdTCSCConverterDirection = wdTCSCConverterDirectionSCTC
- CommonTerms = False
- UseVariants = True
3. Execute the method.
Actual results:
"属于" will be converted into "屬". A character "于" become a Unicode non-character after the conversion.
Expected results:
"属于" should be converted into "屬於" anyway, no matter the CommonTerms has been set to True or False. Because that is a correct behavior for the character-by-character conversion.