Unicode in Delphi 4

330 Views Asked by At

I am working on a localization for a long-existing Delphi 4 application. The problem is that I cannot find unicode components for Delphi 4. I would really want to stay with Delphi 4 for several non-trivial reasons.

Somebody recommended me TNTWare Delphi Unicode Components, but they are for Delphi 6+.

Does anybody know components hat could do the trick, or a way to accomplish this without the need to create new components myself?

1

There are 1 best solutions below

8
David Heffernan On

Delphi 4 is ancient. You are not going to find components that do what you need and compile on Delphi 4. Your most viable route is to start with the TNT Unicode components, and port them to Delphi 4.