Help me please with Smaug code. I am porting Smaug to Russian. At present my Smaug-russian code can understand russian in playing mode (CON_PLAYING). In other words, the write_to_buffer and read_from_buffer functions is working good when I turn telnet to 8-bits mode before entering to playing mode.
The problem is: If I turn telnet to 8-bits mode before entering CON_PLAYING (for example at CON_GET_NAME etc.) then the read_from_buffer function works incorrect. The first char in input string disappears even though in English. That why I can not use russian names and russian names of classes and other. But in CON_PLAYING mode all is good if turn to 8-bits mode happens directly before CON_PLAYING!
Help me please understand possible errors!
= Sergey
The problem is: If I turn telnet to 8-bits mode before entering CON_PLAYING (for example at CON_GET_NAME etc.) then the read_from_buffer function works incorrect. The first char in input string disappears even though in English. That why I can not use russian names and russian names of classes and other. But in CON_PLAYING mode all is good if turn to 8-bits mode happens directly before CON_PLAYING!
Help me please understand possible errors!
= Sergey