Subject | Re: Can I pass Unicode connection string to fbclient.dll |
---|---|
Author | Chau Chee Yang |
Post date | 2008-09-23T01:37:13Z |
> How it supports? Is each char of a string 2 bytes? Does it call now theDelphi 2009 has a new string data type: UnicodeString. It is UTF-16
> wide WinAPI functions (CreateFileW instead of CreateFileA)?
encoded. The string data type is now UnicodeString. Previously it
was AnsiString. All Windows API has now refer to W version.
You may visit the following for more information:
http://dn.codegear.com/article/38437
http://dn.codegear.com/article/38498
http://dn.codegear.com/article/38693