Board index » delphi » using text containing HI ASCCII characters in a D5 code

using text containing HI ASCCII characters in a D5 code

Hi
I like to encrypt some data inside the code of a D5 code.
The encryption scheme uses high ( grater than 128) ASCII characters. When
importing such texts in the code, the Editor translates it to a series of
'?' . Is it possible to use high ASCII characters in the code? How? (Old
Pascal allowed it).
Thanks Very Much.
Enrico
 

Re:using text containing HI ASCCII characters in a D5 code


Quote
In article <3cabfbd1_1@dnews>, E. P. wrote:
> I like to encrypt some data inside the code of a D5 code.
> The encryption scheme uses high ( grater than 128) ASCII characters. When
> importing such texts in the code, the Editor translates it to a series of
> '?' .

Are you importing from an UNICODE file? The Delphi editor (i suppose that
is what you are talking about) is perfectly able to display characters in
the ANSI range #128..#255.

--
Peter Below (TeamB)  
Use the newsgroup archives :
http://www.mers.com/searchsite.html
http://www.tamaracka.com/search.htm
http://groups.google.com
http://www.prolix.be

Other Threads