A Gen GUI client application has an MBCS Text field.
Microsoft Windows running under locale/codepage 950 i.e. Traditional Chinese (Big5)
Gen GUI Client runtime
The problem is specific to characters which have leading 2 bytes greater than FC.
The default file "%Gen86%\Gen\codepage.ini" has this entry within the section for "[ 950 ] Chinese Big-5 "
mbcsLeadBytes = 0x81-0xFC|2
If the FC is changed to FE to cover all possible extended character leading bytes the problem is resolved i.e.
mbcsLeadBytes = 0x81-0xFE|2