On 23.12.2012 16:58, Martin Schreiber wrote:
On Friday 21 December 2012 13:26:12 Michael Van Canneyt wrote:

After that there will be 2 RTLs:
1. The classical RTL, compatible with what you have now.
2. The unicode-string RTL which will use the namespaces of Delphi.

Do you know how RTTI will be encoded?

The RTTI will stay ASCII as we (at least as far as I know) don't plan to extend the compiler to allow non-ASCII identifiers.

For accessing property values the same applies as for any other unit. If you use unit "typinfo" the unit will use AnsiString parameters and "System.TypInfo" will use UnicodeString parameters (at least for those methods where the parameter is just a "String"). Internally then the parameters need to be converted accordingly of course.

Regards,
Sven

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to