On Sat, 19 May 2007 18:07:44 +0200
"Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> wrote:

> On 5/19/07, Florian Klaempfl <[EMAIL PROTECTED]> wrote:
> > It's not that easy, for example upper/lower casing, comparing etc.
> > of unicode requires usually external big tables which we don't want
> > to pull into fpc.
> 
> Yes, but if the unicode functions are all in a separate unit, they
> won´t be included in your executable, unless you really want it.
> 
> Plus I don´t remember any tables on the utf function on Lclproc, but
> maybe I didn´t pay enougth attention

Only simple helper functions are in LCLProc.
A lower/uppercase Unicode function is not simple and when eventually
the LCL needs it, it would simply delegate the implementation to
the LCL interfaces, which can simply call the appropriate library
functions.


Mattias
 
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to