Re: chr help

2002-07-31 Thread zentara
On Wed, 31 Jul 2002 18:17:46 +0800, [EMAIL PROTECTED] (Connie Chan) wrote: >> Does anyone know or can point me to a >> location where I can find the chr() value of this character? All replies are >> greatly appreciated. >my @chars = split //, $line; # $line is your string. >foreach my $char(@char

Re: chr help

2002-07-31 Thread chris
The display character for ASCII text depends on the font selected. If you are using Times New Roman or New Courier, there is a longer dash at chr(151). Sounds like Word will save the doc as entered and do the changes on the fly. On Tue, 30 Jul 2002 23:49:12 -1000, [EMAIL PROTECTED] (Beau E. Cox)

RE: chr help

2002-07-31 Thread Beau E. Cox
Hi - I built a tiny .doc file with MS Word 2000 containing the text: hello - world Word did change the dash to a "long" dash on the screen. Next, I opened the .doc file in binary mode (I my case, using the C++ built-in editor) and found that line: 48 65 6C 6C 6F 20 96 20 77 6F 72 6C 64 0D 0D