Re: [fpc-pascal] Different default ASCII tablein fpc IDE with SP3 installed

2010-06-21 Thread Noel and Marie
Tomas, I tried two of your suggestions. 1. In a command shell I went to the working directory c:\fpc\2.2.0\demo\text then entered chcp. The response was: Active code page: 850 I then entered chcp 437 The response was: Active code page: 437 I then ran the program squareroot_n.exe which has a

Re: [fpc-pascal] Different default ASCII tablein fpc IDE with SP3 installed

2010-06-21 Thread Noel and Marie
Thank you Tomas for your suggestions and very quick response. Regards, Noel - Original Message - From: "Tomas Hajny" To: "FPC-Pascal users discussions" Sent: Monday, June 21, 2010 6:27 PM Subject: Re: [fpc-pascal] Different default ASCII tablein fpc IDE with SP3 installed On Mon,

Re: [fpc-pascal] Different default ASCII tablein fpc IDE with SP3 installed

2010-06-21 Thread Tomas Hajny
On Mon, June 21, 2010 10:19, Noel and Marie wrote: Hello, > Recently SP3 for XP was installed on my PC. > > An fpc 2.2.0 program that previously displayed a square root symbol when > instructed to write chr(251) now displays a superscript 1. In other words, > the character set displayed in the

[fpc-pascal] Different default ASCII tablein fpc IDE with SP3 installed

2010-06-21 Thread Noel and Marie
Hello, Recently SP3 for XP was installed on my PC. An fpc 2.2.0 program that previously displayed a square root symbol when instructed to write chr(251) now displays a superscript 1. In other words, the character set displayed in the IDE through Tools ->ascii table is different from the one