Markku

>...if the Borland's (Codegear or whatnot it's called these days)
>developers have been "wise", they've provided a way to set a system that
>allows the developers to bypass these unwanted character set
>transformations.

They haven't! All strings are now unicode by default. Conversion at its 
simplest consists of replacing all string, Char and PChar with AnsiString, 
AnsiChar and PAnsiChar. Anything dependant on SizeOf(Char) = 1 needs 
alteration. Then the real fun starts.

At least I think that's right.

>To end this "rant", I must say that I very much hate it when version
>updates to development environments require developers to rethink their
>entire way of working. It just sucks :p

Agreed

Roy Lambert 


------------------------------------------------------------------------------
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to