Problem: 1353017
Title: (Double-byte) Second Character Lost
Received: May 24 1996 1:00PM
The symptom is whenever I input double-byte Japanese characters in TTEView, only the first byte of the double-byte char is accepted, and the second byte is lost.
I looked into the source code of TTEView, TDispacher, TToolboxEvent classes. It seemed that the keyDown event handling code was slightly rewritten and MacApp tried to handle the consecutive keyDown event of double-byte chars as a single keyDown event but does not work successfully.
I have found one apparent bug but have not found the complete workaround to this problem.
Fixed [but no details were provided].