On Thu, Jan 17, 2008 at 07:43:57PM +0100, Joost Verburg wrote: >> Basically the utf8 -> utf16 -> ucs4 version does two conversion that >> could be collapsed into a single one. The code itself is fairly simple, >> so most time spend is indeed 'touching' data. > > See http://www.unicode.org/Public/PROGRAMS/CVTUTF/ for Unicode conversion > functions by the Unicode Consortium (including UTF-8 to UTF-32).
Good hint. Maybe we should try using that. Andre'