1

We are upgrading our application from Delphi 2007 to Delphi XE2, which includes unicode support as well.

Our desired unicode version support is 3.2 and above.

Which Unicode version does Delphi (XE2) support?

menjaraz
  • 7,551
  • 4
  • 41
  • 81
SK9
  • 87
  • 11
  • Which particular aspects of the Unicode standard are you looking for support for? – David Heffernan Apr 02 '12 at 07:30
  • See this [MS blog](http://blogs.msdn.com/b/drintl/archive/2005/06/01/unicodequestion.aspx) about Unicode version support in Windows XP. – LU RD Apr 02 '12 at 08:30

1 Answers1

4

Delphi does not support any specific Unicode version, it just relies on OS Unicode API. So check what Unicode version is supported by Windows.

kludg
  • 27,213
  • 5
  • 67
  • 118