First post, by lucky7456969
- Rank
- Oldbie
Sorry, might be off-topic here. Hoping ykhwong can answer this
I am runnng my Chinese old demo using Eten system
Here is the code snippet
printf ("%cSD11,SC3;",27);
whre 27 is the escape character, that's no problem
But when this mess is chucked to the screen, the 27 and the letter S will disappear.
giving me that D11,SC3;
which is not the correct escape sequence.
I haven't altered ykhwong build very much, but wonder why there are 1 figure
and 1 letter missing
I am expecting to see, but it never happens
\27SD11,SC3;
Could anyone explain why?
The fact is when the WriteChar function encounters a 0xfc or character above 127 (?) , it would
proceed ahead with another read, why is that?
Thanks
Jack