Am 18.04.2014 16:44 schrieb "Kenneth Cochran" <[email protected]>: > The way I see it I have two choices: > Remove the unicode dependency from GExperts entirely. This would pretty much destroy any chance of my port ever being merged back into the main project. That's a door I'd like to keep open if I can. > Find a suitable string list that already supports free pascal. Is anyone aware of one? > > If anyone has any other suggestions I'm all ears.
Lazarus internally uses UTF8, so it might be best to try to get GExperts to work together with the AnsiString string list. Sidenote: FPC 2.7.1 supports TEncoding as well as well as potentially having String=UnicodeString though there's not yet a Unicode string variant of the RTL/FCL classes. Regards, Sven
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
