[fpc-devel] Unicode resource strings
Graeme Geldenhuys
graemeg.lists at gmail.com
Wed Aug 22 10:04:06 CEST 2012
On 22 August 2012 00:54, Hans-Peter Diettrich <DrDiettrich1 at aol.com> wrote:
> IMO string conversion and CRC are mutually exclusive.
Accessing a 100k of files (filenames to be exact) in a UTF-8
environment (Linux), which must all be stored in a UTF-16 string type.
That's lots and lots of encoding conversions right there - in a tight
loop. The point is, your apps might not require lots of encoding
conversions, but there are lots of different types of apps out there -
it all depends on what the application does.
--
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net
More information about the fpc-devel
mailing list