3. Re: National characters
- Posted by Martin Stachon <martin.stachon at worldonline.cz> Aug 25, 2001
- 423 views
5. Re: National characters
- Posted by Robert Craig <rds at RapidEuphoria.com> Aug 28, 2001
- 426 views
rforno writes: > You will notice that, if the program is named test.ex, these > characters will be shown both during input and as a sequence in the > following output. But if the program is named test.exw, it will completely > ignore the characters entered by ALT-Numeric pad both in input and output. Yes, ex reads and displays ALT characters, while exw (compiled by WATCOM) cannot read or display them in a console window, although exw *can* read them in a normal Windows GUI (e.g. Win32Lib) window. When I translate your example to C and compile with Lcc or Borland, then the program *can* read and display the ALT characters in the Windows console window. As Igor Kachan already stated, the problem lies in the WATCOM runtime library for Windows. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com