Link to home
Start Free TrialLog in
Avatar of neshkov
neshkov

asked on

DOS (PC-8) text file format in TRichEdit with Delphi 3

Hi,
I want to know how can convert DOS or OS/2(PC-8) text file format with Delphi 3. For example: I want to load Cyrillic DOS .TXT file in TRichEdit and convert it.

Thanks for your help in advance!
Best Regards
Avatar of DMN
DMN

Take a look at OemToChar and CharToOEM WinAPI functions...
ASKER CERTIFIED SOLUTION
Avatar of Joras
Joras

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of neshkov

ASKER

...OK, Thank you DMN and Joras, thanks for all.. it was a stupid question, I can't believe that it is so easy...shame for me...
Easy points for Joras. Thanks again DMN.