|
|
 | | From: | Ivar B. Jessen | | Subject: | Re: Strange Characters In Objects | | Date: | Fri, 14 Jan 2005 10:12:45 +0100 |
|
|
 | Thu, 13 Jan 2005 15:52:40 -0500 chr(10) dbase.programming chr(10)Re: Strange Characters In Objects chr(10) Jeffrey W. Harris chr(10)
>Here are 2 examples of what other strange things occur. The data in the table is OK but as you notice on the 2nd example we have strange characters. Nothing consistant!
If the G with a dot above is a space then the first two words of the text are: normal sinus
Is that correct?
Ivar B. Jessen
|
|
 | | From: | Ivar B. Jessen | | Subject: | Re: Strange Characters In Objects | | Date: | Fri, 14 Jan 2005 14:40:37 +0100 |
|
|
 | Fri, 14 Jan 2005 10:12:45 +0100 chr(10) dbase.programming chr(10)Re: Strange Characters In Objects chr(10) Ivar B. Jessen chr(10)
>Thu, 13 Jan 2005 15:52:40 -0500 chr(10) dbase.programming chr(10)Re: >Strange Characters In Objects chr(10) Jeffrey W. Harris > chr(10) > > >>Here are 2 examples of what other strange things occur. The data in the table is OK but as you notice on the 2nd example we have strange characters. Nothing consistant! > >If the G with a dot above is a space then the first two words of the >text are: normal sinus > >Is that correct?
Argh, when looking a your attachment again I noticed that there are _two_ pictures, the last one displaying the correct text.
Anyway the text I decoded is correct. What you see in the first text are the unicode charaters resulting from adding 255 or 0x100 to the value of the ANSI characters.
For example the first garbled character is as space chr(32). A garbled 32 corresponds to 0x20 + 0x100 = 0x120. Look it up in ....Accessories->System Tools->Character Table and confirm that it is a capital letter G With Dot Above.
Can you post a small turnkey demo showing the effect you describe and let us know the dbase version and Windows version?
Ivar B. Jessen
|
|
|