VOGONS


First post, by lucky7456969

User metadata
Rank Oldbie
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

Reply 1 of 1, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie

I finally achieve it by eliminating the ANSI part of code.
Here is a screenshot