[fpc-devel] Controlling the output of the widestring manager

Daniël Mantione daniel.mantione at freepascal.org
Fri Nov 30 19:16:14 CET 2007



Op Fri, 30 Nov 2007, schreef Felipe Monteiro de Carvalho:

> What do other FPC developers think of this?
> 
> Should it be the responsability of the fpc user to write it's own
> routines to override the output of the widestring manager or should
> FPC provide this mechanism?

The default widestring manager does not fullfill in all conversion needs 
and should be expanded to give users more control over conversions.

However, when expanding the functionality it should be done properly, not 
in a way that it will have to be changed over and over again. Not all 
functionality needs to work at once, if you just want to support UTF-8 in 
the beginning this is okay.

The API, however, should be solid and future proof, as it needs to be 
backward compatible.

Daniël


More information about the fpc-devel mailing list