Re: [fpc-pascal] UTF-16 versions of Length, Pos, Delete etc.

2008-07-30 Thread Martin Schreiber
On Wednesday 30 July 2008 09.04:02 Graeme Geldenhuys wrote: > Hi, > > Has anybody already implemented the string utility functions like > Length, Pos, Delete, Copy, Insert etc. that works with UTF-16. I'm not > interested in UCS2 only support, I want full UTF-16 support. > > I'm willing to implemen

[fpc-pascal] UTF-16 versions of Length, Pos, Delete etc.

2008-07-30 Thread Graeme Geldenhuys
Hi, Has anybody already implemented the string utility functions like Length, Pos, Delete, Copy, Insert etc. that works with UTF-16. I'm not interested in UCS2 only support, I want full UTF-16 support. I'm willing to implement those, but why reinvent the wheel when somebody already did it before.