On Sat, Dec 28, 2013 at 9:21 AM, Martin Schreiber <[email protected]> wrote: > On Saturday 28 December 2013 11:20:58 Marcos Douglas wrote: >> > >> > Wrong. MSElang RTL suports string8 (utf-8), string16, (utf-16), string32 >> > (UCS4) without preference. Additionally there is bytestring for any 8-bit >> > encoding or binary data. Please remember, MSElang RTL is the bare >> > minimum, >> >> How do you will code this? Overload for each string type? >> > Yes. > >> > file API for example must be implemented in the frameworks. >> >> I think this is an option even in FPC and Lazarus, ie, I see people, >> on the future, creating your own "RTL" because FPC and Lazarus do not >> agree about Unicode. :-) >> > In MSEgui it has been done so from start for many RTL parts. Currently most of > needed functionality is implemented in MSEgui units.
Maybe is a good idea you separate some stuff: 1- lang 2- RTL 3- GUI framework Marcos Douglas -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
