<p>Am 18.04.2014 16:44 schrieb "Kenneth Cochran" <<a href="mailto:kenneth.cochran@gmail.com">kenneth.cochran@gmail.com</a>>:<br>
> The way I see it I have two choices:<br>
> 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.<br>
> Find a suitable string list that already supports free pascal. Is anyone aware of one?<br>
><br>
> If anyone has any other suggestions I'm all ears.</p>
<p>Lazarus internally uses UTF8, so it might be best to try to get GExperts to work together with the AnsiString string list.</p>
<p>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.</p>
<p>Regards,<br>
Sven</p>