[Lazarus] Beyond Compare 4 built with Lazarus 1.2
Michael Van Canneyt
michael at freepascal.org
Mon Dec 30 12:59:46 CET 2013
On Mon, 30 Dec 2013, Felipe Monteiro de Carvalho wrote:
> On Mon, Dec 30, 2013 at 11:27 AM, Michael Van Canneyt
> <michael at freepascal.org> wrote:
>> This is not correct. We'll provide 2 RTLs:
>>
>> one where string = unicodestring
>> one where string = ansistring.
>
> wow ... it will probably be a lot of work and maintenance work to keep
> all packages working with both RTLs.
Only the cases where you do low-level PChar access or Move() data into a
string, need to be checked. These cases need to be checked anyway if we
would move to a 2-byte char.
All the rest should be more or less transparant, actually.
Michael.
More information about the Lazarus
mailing list